From 354f8cf43377ea992a35820fc8b25980ab2f1623 Mon Sep 17 00:00:00 2001 From: mperochon Date: Fri, 2 Jun 2017 15:36:59 +0200 Subject: [PATCH] fix --- roles/vault/tasks/shared/sync_file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vault/tasks/shared/sync_file.yml b/roles/vault/tasks/shared/sync_file.yml index eb91f308c..6238d26f2 100644 --- a/roles/vault/tasks/shared/sync_file.yml +++ b/roles/vault/tasks/shared/sync_file.yml @@ -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