From 06962dce762c78c20d03ebe7708556c13d83f76d Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 07:54:53 +0100 Subject: [PATCH] Restrict facts to date time values. --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index 08cc961..ec042fe 100644 --- a/host.yaml +++ b/host.yaml @@ -6,7 +6,7 @@ gather_facts: true tasks: - - debug: var=ansible_facts + - debug: var=ansible_facts.ansible_date_time - name: Check uname shell: uname -a