ansible / terraform-provider-ansible

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

Ansible executable not found #127

Open techieforfun opened 5 months ago

techieforfun commented 5 months 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