ITPLT-3984 adding some retries rather than aborting the play

This commit is contained in:
Geoff Jacobs
2024-08-22 08:55:54 +10:00
parent afc338a264
commit 1dec85104e

View File

@@ -25,10 +25,10 @@
status_code: 200 status_code: 200
return_content: no return_content: no
http_agent: "ansible-httpget_{{ ansible_play_name }}" http_agent: "ansible-httpget_{{ ansible_play_name }}"
# register: marketplace_healthcheck register: marketplace_healthcheck
# until: marketplace_healthcheck.status == 200 until: marketplace_healthcheck.status == 200
# retries: 5 retries: 5
# delay: 10 delay: 10
- name: Determine if requested version is 'latest' - name: Determine if requested version is 'latest'
ansible.builtin.set_fact: ansible.builtin.set_fact: