Is there an option to embed the Ansible binaries within the provider? When using this provider with Terraform Cloud workers, installing Ansible is not possible due to the lack of root access on the runner. Reference
Error we got:
exec: "ansible-playbook": executable file not found in $PATH
Is there an option to embed the
Ansible
binaries within the provider? When using this provider with Terraform Cloud workers, installing Ansible is not possible due to the lack of root access on the runner. ReferenceError we got:
exec: "ansible-playbook": executable file not found in $PATH
Related issue: #35