From 8b862483000e30613e2079356141ed730015d306 Mon Sep 17 00:00:00 2001
From: Student User <student@workstation.lab.example.com>
Date: Wed, 19 Feb 2020 09:31:36 +0100
Subject: [PATCH] course Bern 2020-02-19

---
 simple-loop.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/simple-loop.yml b/simple-loop.yml
index c7a3acd..05c1c9f 100644
--- a/simple-loop.yml
+++ b/simple-loop.yml
@@ -20,6 +20,6 @@
       shell: ls -l /home/student
       register: lsout
     - debug:
-        msg: "{{ lsout.stdout }}"
+        msg: "{{ lsout.stdout_lines }}"
         
         

--
Gitblit v1.9.3