fix
This commit is contained in:
parent
f98c99b651
commit
354f8cf433
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
- name: moar debug
|
||||
debug:
|
||||
msg: "{{ host_item }}"
|
||||
msg: "{{ hostvars[host_item]['sync_file_stat'] }}"
|
||||
with_items: "{{ sync_file_hosts | unique }}"
|
||||
loop_control:
|
||||
loop_var: host_item
|
||||
|
|
Loading…
Reference in a new issue