Merge "Add retries for horizon venv download"
This commit is contained in:
commit
2f5ac684ab
@ -81,6 +81,9 @@
|
|||||||
dest: "/var/cache/{{ horizon_venv_download_url | basename }}"
|
dest: "/var/cache/{{ horizon_venv_download_url | basename }}"
|
||||||
checksum: "sha1:{{ lookup('url', horizon_venv_download_url | replace('tgz', 'checksum')) }}"
|
checksum: "sha1:{{ lookup('url', horizon_venv_download_url | replace('tgz', 'checksum')) }}"
|
||||||
register: horizon_get_venv
|
register: horizon_get_venv
|
||||||
|
retries: 5
|
||||||
|
delay: 5
|
||||||
|
until: horizon_get_venv | succeeded
|
||||||
when: horizon_venv_download | bool
|
when: horizon_venv_download | bool
|
||||||
|
|
||||||
- name: Remove existing venv
|
- name: Remove existing venv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user