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

Please add playbook_command to the ansible_playbook resource #70

Open DonBower opened 8 months ago

DonBower commented 8 months ago

It would really help to see the final command that the resource built after all of the extra_vars and other arguments.

abikouo commented 2 months ago

@DonBower Something similar is already part of of ansible_playbook resource on the args attribute, it is only missing the ansible-playbook executable which which is stored into ansible_playbook_binary attribute