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 understand that AWX is open source software provided for free and that I might not receive a timely response.
Bug Summary
When adding an execution node via the module the only node_state options are installed or deprovisioning, however if an instance is already installed the API gives returns state ready resulting in a false changed status
If state installed installed is passed to the module, it always returns state changed for an already installed instance.
Passing state ready is, however, not available because the module doesn't support it.
Please confirm the following
Bug Summary
When adding an execution node via the module the only
node_state
options areinstalled
ordeprovisioning
, however if an instance is already installed the API gives returns stateready
resulting in a falsechanged
statusIf state
installed
installed is passed to the module, it always returns statechanged
for an already installed instance.Passing state
ready
is, however, not available because the module doesn't support it.AWX version
21.13.0
Select the relevant components
Installation method
openshift
Modifications
no
Ansible version
Operating system
No response
Web browser
No response
Steps to reproduce
instance
moduleExpected results
ok: [localhost]
(ie. the playbook being idempotent)Actual results
changed: [localhost]
(not idempotent and always givingchanged
)Additional information
No response
The text was updated successfully, but these errors were encountered: