diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index bbef711..4fede34 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -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"