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