Debug container pulling message only on delegated download host

This commit is contained in:
Matthew Mosesohn 2017-01-19 13:49:34 +03:00
parent 5420fa942e
commit 5f44f21397

View file

@ -75,6 +75,7 @@
- name: pulling...
debug:
msg: "{{ pull_args }}"
delegate_to: "{{ download_delegate if download_run_once|bool else inventory_hostname }}"
when: "{{ download.enabled|bool and download.container|bool }}"
#NOTE(bogdando) this brings no docker-py deps for nodes