Correction of debug message.

This commit is contained in:
2021-11-17 08:06:17 +01:00
parent 057af17991
commit 5c97a56e75

View File

@@ -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