You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the ansible provider to run a play book, the plan works and its only when going to apply I see an error, however even with terraform in debug the only information provided is:
ansible_playbook.simpleplaybook: Creating...
╷
│ Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
│
│ with ansible_playbook.simpleplaybook,
│ on main.tf line 34, in resource "ansible_playbook" "simpleplaybook":
│ 34: resource "ansible_playbook" "simpleplaybook" {
│
│ ansible-playbook
╵
Operation failed: failed running terraform apply (exit 1)
The text was updated successfully, but these errors were encountered:
I am trying to use the ansible provider to run a play book, the plan works and its only when going to apply I see an error, however even with terraform in debug the only information provided is:
ansible_playbook.simpleplaybook: Creating...
╷
│ Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
│
│ with ansible_playbook.simpleplaybook,
│ on main.tf line 34, in resource "ansible_playbook" "simpleplaybook":
│ 34: resource "ansible_playbook" "simpleplaybook" {
│
│ ansible-playbook
╵
Operation failed: failed running terraform apply (exit 1)
The text was updated successfully, but these errors were encountered: