Skip to content
Snippets Groups Projects
Unverified Commit f6e4a231 authored by Maxime Picaud's avatar Maxime Picaud Committed by GitHub
Browse files

fix(download): validate mirrors on localhost (#9669)

parent 3a5f5692
No related branches found
No related tags found
No related merge requests found
......@@ -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) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment