Closed l3acon closed 5 months ago
Update all configuration as code credentials to use state: exists (see https://github.com/ansible/awx/pull/13725)
state: exists
Using state: exists allows credentials to not be over-written, improving idempotency . This is particularly helpful when attempting to use Product-demos in brown-field environments, as well as improving the debugging/troubleshooting experience
@willtome solved this with https://github.com/ansible/product-demos/pull/150
Update all configuration as code credentials to use
state: exists
(see https://github.com/ansible/awx/pull/13725)Using
state: exists
allows credentials to not be over-written, improving idempotency . This is particularly helpful when attempting to use Product-demos in brown-field environments, as well as improving the debugging/troubleshooting experience