WIP more debugging of vars

This commit is contained in:
Luke Murphy 2020-04-15 12:02:17 +02:00
parent 5231a3a5a0
commit 7496122f32
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -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