samples/with_lines.yml
1544dde9
 - hosts: localhost
   gather_facts: no
   tasks:
   - debug: msg="line is {{item}}"
     with_lines:
     - "cat /etc/hosts"