From d978cc365ae480255ee75ee6cdb0c16cadb0b736 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 06:42:16 +0100 Subject: [PATCH] Correction of debug message. --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index 26153ba..fa16793 100644 --- a/host.yaml +++ b/host.yaml @@ -16,4 +16,4 @@ shell: docker ps register: containers - - debug: containers.stdout_lines + - debug: var=containers.stdout_lines