WIP debugging config vars

This commit is contained in:
Luke Murphy 2020-04-14 13:24:53 +02:00
parent b6fc6f2e02
commit 618ae495b2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

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