mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 18:34:42 +00:00
molecule: retry the helm download (#232)
molecule: retry the helm download Retry the helm download 10 times before giving up. Reviewed-by: None <None>
This commit is contained in:
@@ -9,3 +9,7 @@
|
|||||||
src: 'https://get.helm.sh/{{ helm_archive_name }}'
|
src: 'https://get.helm.sh/{{ helm_archive_name }}'
|
||||||
dest: /tmp/helm/
|
dest: /tmp/helm/
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
retries: 10
|
||||||
|
delay: 5
|
||||||
|
register: result
|
||||||
|
until: result is not failed
|
||||||
|
|||||||
Reference in New Issue
Block a user