From 3c29cd01f421eeb30668c6d1e909091e035e7fbe Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 07:27:29 +0100 Subject: [PATCH] Output ansible_facts. --- host.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host.yaml b/host.yaml index fa16793..08cc961 100644 --- a/host.yaml +++ b/host.yaml @@ -6,6 +6,8 @@ gather_facts: true tasks: + - debug: var=ansible_facts + - name: Check uname shell: uname -a register: command_output