Browse Source

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

pull/5722/head
Sergey 4 years ago
committed by GitHub
parent
commit
8f3d820664
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/tasks/download_container.yml

2
roles/download/tasks/download_container.yml

@ -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

Loading…
Cancel
Save