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