ansible / terraform-provider-ansible

community terraform provider for ansible
https://registry.terraform.io/providers/ansible/ansible/latest
GNU General Public License v3.0
183 stars 42 forks source link

Ansible executable not found #127

Open techieforfun opened 4 weeks ago

techieforfun commented 4 weeks ago

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

Related issue: #35