In my Ansible play I am restarting database then trying to do some operations on it. Restart command returns as soon as restart is started, not when db is up. Next command t
Not sure if this is Ansible tower specific, but I am using:
- command: /usr/bin/false register: result retries: 3 delay: 10 until: result is not failed