From 6aa894d2e99e579475eea0034e450647b1d5520e Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 06:39:09 +0100 Subject: [PATCH] Correction of debug message. --- host.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host.yaml b/host.yaml index 7550161..bc1a461 100644 --- a/host.yaml +++ b/host.yaml @@ -10,5 +10,4 @@ shell: uname -a register: command_output - - debug: - var: command_output.stdout_lines + - debug: var=command_output.stdout_lines