This commit is contained in:
mperochon 2017-06-02 15:36:59 +02:00
parent f98c99b651
commit 354f8cf433

View file

@ -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