WIP debugging config vars
This commit is contained in:
parent
b6fc6f2e02
commit
618ae495b2
@ -35,6 +35,10 @@
|
|||||||
include_vars:
|
include_vars:
|
||||||
file: "{{ app_config_root }}/config.yml"
|
file: "{{ app_config_root }}/config.yml"
|
||||||
|
|
||||||
|
- name: CONFIG DEBUG
|
||||||
|
debug:
|
||||||
|
msg: "{{ vars }}"
|
||||||
|
|
||||||
- name: Check if an application vault directory exists
|
- name: Check if an application vault directory exists
|
||||||
stat:
|
stat:
|
||||||
path: "{{ app_config_root }}/vault"
|
path: "{{ app_config_root }}/vault"
|
||||||
|
Reference in New Issue
Block a user