Output ansible_facts.

This commit is contained in:
2021-11-17 07:27:29 +01:00
parent d978cc365a
commit 3c29cd01f4

View File

@@ -6,6 +6,8 @@
gather_facts: true gather_facts: true
tasks: tasks:
- debug: var=ansible_facts
- name: Check uname - name: Check uname
shell: uname -a shell: uname -a
register: command_output register: command_output