mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +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 }}'
|
||||
dest: /tmp/helm/
|
||||
remote_src: yes
|
||||
retries: 10
|
||||
delay: 5
|
||||
register: result
|
||||
until: result is not failed
|
||||
|
||||
Reference in New Issue
Block a user