From 7496122f322f271c67ebdc0df0d91a02ed91bfb5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 15 Apr 2020 12:02:17 +0200 Subject: [PATCH] WIP more debugging of vars --- plays/commonlib/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index 1d2efc1..bac1096 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -9,7 +9,7 @@ register: vars_yml - name: Load internal system variables - no_log: true + # no_log: true when: vars_yml.stat.exists include_vars: file: "{{ plugin_config_root }}/vars.yml" @@ -20,7 +20,7 @@ register: config_yml - name: Load unencrypted configuration variables - no_log: true + # no_log: true when: config_yml.stat.exists include_vars: file: "{{ app_config_root }}/config.yml" @@ -31,7 +31,7 @@ register: vault_dir - name: Load application encrypted vault variables - no_log: true + # no_log: true when: vault_dir.stat.exists include_vars: ignore_unknown_extensions: true