Skip to content
Snippets Groups Projects
Unverified Commit 8f3d8206 authored by Sergey's avatar Sergey Committed by GitHub
Browse files

always download docker image on download_host when download_run_once=true (#5921)

parent 7d812f81
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment