tests: ipify_facts: retry on fail (#66897)
This commit is contained in:
parent
8ba324a33d
commit
91063f40d6
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@
|
|||
timeout: 30
|
||||
validate_certs: "{{ validate_certs }}"
|
||||
register: external_ip
|
||||
- debug: var="{{ external_ip }}"
|
||||
until: external_ip is successful
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
- name: check if task was successful
|
||||
assert:
|
||||
|
|
Loading…
Reference in a new issue