mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-03 17:51:12 -03:30
always download docker image on download_host when download_run_once=true (#5921)
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
retries: 4
|
retries: 4
|
||||||
become: "{{ user_can_become_root | default(false) or not download_localhost }}"
|
become: "{{ user_can_become_root | default(false) or not download_localhost }}"
|
||||||
when:
|
when:
|
||||||
- pull_required
|
- pull_required or download_run_once
|
||||||
- not image_is_cached
|
- not image_is_cached
|
||||||
|
|
||||||
- name: download_container | Save and compress image
|
- name: download_container | Save and compress image
|
||||||
|
|||||||
Reference in New Issue
Block a user