add vault debug
This commit is contained in:
parent
93eb37cd0f
commit
cedfd1ca46
1 changed files with 4 additions and 0 deletions
|
@ -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] }}"
|
||||
|
|
Loading…
Reference in a new issue