apenella / go-ansible

Go-ansible is a Go package that enables the execution of ansible-playbook or ansible commands directly from Golang applications. It supports a wide range of options for each command, enabling smooth integration of Ansible functionality into your projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create execution flow to execute the ansible-galaxy installation before ansible-playbook execution

apenella opened this issue · comments

Enhacement request
Install collection or roles dependencies before run ansible command

I am planning some changes to the Executor interface. Since that feature will require the executor I will start working on it on the v2.0.0.