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...
|
- name: pulling...
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ pull_args }}"
|
msg: "{{ pull_args }}"
|
||||||
|
delegate_to: "{{ download_delegate if download_run_once|bool else inventory_hostname }}"
|
||||||
when: "{{ download.enabled|bool and download.container|bool }}"
|
when: "{{ download.enabled|bool and download.container|bool }}"
|
||||||
|
|
||||||
#NOTE(bogdando) this brings no docker-py deps for nodes
|
#NOTE(bogdando) this brings no docker-py deps for nodes
|
||||||
|
|
Loading…
Reference in a new issue