From 5c97a56e750a8b3c10c8b9ef0762b8cf5c64e8fe Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 08:06:17 +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 f799be5..f3568cc 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_date_time - name: Check uname shell: uname -a