From 16ee55cb02f53690e0c69d394756d068b9c8f441 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 06:36:13 +0100 Subject: [PATCH] Register the command output and debug it. --- host.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host.yaml b/host.yaml index 3354876..7550161 100644 --- a/host.yaml +++ b/host.yaml @@ -8,3 +8,7 @@ tasks: - name: Check uname shell: uname -a + register: command_output + + - debug: + var: command_output.stdout_lines