mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-3984 adding some retries rather than aborting the play
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
status_code: 200
|
||||
return_content: no
|
||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||
# register: marketplace_healthcheck
|
||||
# until: marketplace_healthcheck.status == 200
|
||||
# retries: 5
|
||||
# delay: 10
|
||||
register: marketplace_healthcheck
|
||||
until: marketplace_healthcheck.status == 200
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
- name: Determine if requested version is 'latest'
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user