From 057af17991c409ec53b3f21e2fb6a0882b37133d Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 08:01:57 +0100 Subject: [PATCH] Correction of debug message. --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index febb1a3..f799be5 100644 --- a/host.yaml +++ b/host.yaml @@ -6,7 +6,7 @@ gather_facts: true tasks: - - debug: var=ansible_facts["ansible_date_time"] + - debug: var=ansible_facts['ansible_date_time'] - name: Check uname shell: uname -a