always download docker image on download_host when download_run_once=true (#5921)
This commit is contained in:
parent
7d812f8112
commit
8f3d820664
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
retries: 4
|
||||
become: "{{ user_can_become_root | default(false) or not download_localhost }}"
|
||||
when:
|
||||
- pull_required
|
||||
- pull_required or download_run_once
|
||||
- not image_is_cached
|
||||
|
||||
- name: download_container | Save and compress image
|
||||
|
|
Loading…
Reference in a new issue