Hi everyone,
I noticed that there is an explicit fail module, but is there an explicit short-circuit success in ansible?
Or is it always necessary (I understand that it’s not preferred) to write playbooks that execute everything and are idempotent?
I am trying to throw together a quick prototype for my project and would rather avoid the upfront cost of refactoring for my intents and purposes.