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

This commit is contained in:
Sergey 2020-04-10 11:59:47 +03:00 committed by GitHub
parent 7d812f8112
commit 8f3d820664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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