diff --git a/host.yaml b/host.yaml index febb1a3..f799be5 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