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