This commit is contained in:
parent
b9575d2de4
commit
9bfa6bf658
@ -13,7 +13,9 @@
|
||||
url: https://registry.{{ vapp['metacluster.fqdn'] }}/api/v2.0/health
|
||||
method: GET
|
||||
register: api_readycheck
|
||||
until: api_readycheck.json.status == 'healthy'
|
||||
until:
|
||||
- api_readycheck.json.status is defined
|
||||
- api_readycheck.json.status == 'healthy'
|
||||
retries: 5
|
||||
delay: 30
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user