additional course material RH294
Olaf Bohlen
2020-02-19 08669995dd66a7051d2fc222fec02a0bc71c1dff
simple-loop.yml
@@ -20,6 +20,6 @@
      shell: ls -l /home/student
      register: lsout
    - debug:
        msg: "{{ lsout.stdout }}"
        msg: "{{ lsout.stdout_lines }}"