summaryrefslogtreecommitdiff
path: root/samples/with_lines.yml
blob: ab004910280f423f7a4d6a04bd8751f4dd9dac1e (plain)
1
2
3
4
5
6
- hosts: localhost
  gather_facts: no
  tasks:
  - debug: msg="line is {{item}}"
    with_lines:
    - "cat /etc/hosts"