Smita Srivastava
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
roles/kubernetes/client/tasks/main.yml
|
|
@ -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 |
|
|
|