Debug container pulling message only on delegated download host
This commit is contained in:
parent
5420fa942e
commit
5f44f21397
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue