ansible / terraform-provider-ansible

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

added more clear logging for debugging #50

Closed rippleFCL closed 6 months ago

rippleFCL commented 1 year ago

before this change without the ignore_playbook_failure flag in the playbook provider. on a playbook error the playbook output is disregarded and it logs the playbook error code and a generic error.

this quick fix just allows that log to be displayed and the playbook debugged.

also added the ansible-playbook command executed to allow testing outside the provider.