Skip to content
Snippets Groups Projects
Unverified Commit 31a5a4e8 authored by Smita Srivastava's avatar Smita Srivastava Committed by GitHub
Browse files

retry to fetch binary if it fails first time (#7839)

parent 5db86f4c
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,9 @@
dest: "{{ artifacts_dir }}/kubectl"
flat: yes
validate_checksum: no
register: copy_binary_result
until: copy_binary_result is not failed
retries: 20
become: no
run_once: yes
when: kubectl_localhost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment