Hi everyone:
I’m new to Ansible and am hoping there’s an easy answer for this. I have a playbook which needs to iterate through a list of IP addresses POSTing a request to each via the uri module, but only until the first successful response is received. Once a 200 is returned I don’t want it to continue. I’ve done the following but it hits all three endpoints even if the second one returns 200: