- name:Download | create local directory for saved/loaded container images
@ -103,7 +104,6 @@
delegate_to:"{{ download_delegate }}"
register:saved
run_once:true
become:false
when:(ansible_os_family != "CoreOS" or download_delegate == "localhost") and download_run_once|bool and download.enabled|bool and download.container|bool and (container_changed|bool or not img.stat.exists)
- name:Download | copy container images to ansible host