From f1d71cf8a73e8d7a1ce188105efb3feead6a5ced Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 10:19:09 +0100 Subject: [PATCH] Try to access vault variables. --- host.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host.yaml b/host.yaml index fcac7c8..4fb2356 100644 --- a/host.yaml +++ b/host.yaml @@ -6,6 +6,8 @@ gather_facts: true tasks: + - include_vars: vars/secret.yaml + - debug: var=ansible_date_time.iso8601_basic_short - name: Check uname