mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
fix(download): validate mirrors on localhost (#9669)
This commit is contained in:
parent
3a5f5692ca
commit
f6e4a231cb
@ -63,6 +63,7 @@
|
||||
delegate_to: "{{ download_delegate if download_force_cache else inventory_hostname }}"
|
||||
run_once: "{{ download_force_cache }}"
|
||||
register: uri_result
|
||||
become: "{{ not download_localhost }}"
|
||||
until: uri_result is success
|
||||
retries: "{{ download_retries }}"
|
||||
delay: "{{ retry_stagger | default(5) }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user