From cedfd1ca46c64113319c6d3a2b00248eb8359cf4 Mon Sep 17 00:00:00 2001 From: Boris Zanetti Date: Fri, 2 Jun 2017 14:01:45 +0200 Subject: [PATCH] add vault debug --- roles/vault/tasks/shared/sync_file.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/vault/tasks/shared/sync_file.yml b/roles/vault/tasks/shared/sync_file.yml index 484d4aced..c21542438 100644 --- a/roles/vault/tasks/shared/sync_file.yml +++ b/roles/vault/tasks/shared/sync_file.yml @@ -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] }}"