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