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
The change I made to the workflow.yaml file was a very simple one. Just changing a name and adding a description to one of the workflow templates. It should return as Changed but instead its just "Ok"
The text was updated successfully, but these errors were encountered:
Hello @itinneed2022 the particular error you are encountering: "msg": { "changed": false, "failed": false }
usually points to a configuration issue within the given playbook. Would you mind asking this on the Ansible Community Forum? A member of our community should be better able to assist you with this there.
Please confirm the following
[email protected]
instead.)Bug Summary
When running awx.awx.import, play returns "Ok" with no changes made but the inventory contained changes.
AWX version
24.6.1
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
ansible-galaxy [core 2.15.12]
Operating system
Mac OSX
Web browser
No response
Steps to reproduce
Run this playbook:
Expected results
localhost : ok=0 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Actual results
Additional information
I created the inventory using the awx.awx.export module. Here is that playbook:
The change I made to the workflow.yaml file was a very simple one. Just changing a name and adding a description to one of the workflow templates. It should return as Changed but instead its just "Ok"
The text was updated successfully, but these errors were encountered: