add vault debug

This commit is contained in:
Boris Zanetti 2017-06-02 14:01:45 +02:00
parent 93eb37cd0f
commit cedfd1ca46

View file

@ -30,6 +30,10 @@
register: sync_file_key_stat
when: sync_file_is_cert|d()
- name: "DEBUG VAULT : hostvar"
debug:
msg: "{{ hostvars }}"
- name: "sync_file | Combine all possible file sync sources"
set_fact:
sync_file_srcs: "{{ sync_file_srcs|default([]) + [host_item] }}"