fix
This commit is contained in:
parent
354f8cf433
commit
a96d3a2ebb
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
var: sync_file_hosts | unique
|
||||
|
||||
- name: moar debug
|
||||
set_fact:
|
||||
sync_file_srcs: "{{ sync_file_srcs|default([]) + [host_item] }}"
|
||||
debug:
|
||||
msg: "{{ hostvars[host_item]['sync_file_stat'] }}"
|
||||
with_items: "{{ sync_file_hosts | unique }}"
|
||||
|
|
Loading…
Reference in a new issue