From d67bdf6f74858fad40e08d61d08f9b2be27c4215 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 08:08:04 +0100 Subject: [PATCH] Test for iso short date. --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index f3568cc..5dfa473 100644 --- a/host.yaml +++ b/host.yaml @@ -6,7 +6,7 @@ gather_facts: true tasks: - - debug: var=ansible_date_time + - debug: var=ansible_date_time.iso8601_basic_short - name: Check uname shell: uname -a