Open itinneed2022 opened 4 months ago
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.
Thank you for your time!
Please confirm the following
security@ansible.com
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"