From 0727a7c041d8378aa0907d6e45ae2d94a8c8c3b1 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 07:56:20 +0100 Subject: [PATCH] Correct usage of date time values. --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index ec042fe..febb1a3 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