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:
Gonéri Le Bouder
2021-09-22 18:37:08 -04:00
committed by GitHub
parent 938f7e12e8
commit d01e4a6e4d

View File

@@ -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