ansible/samples/with_lines.yml

7 lines
120 B
YAML
Raw Normal View History

2015-01-09 16:37:31 +01:00
- hosts: localhost
gather_facts: no
tasks:
- debug: msg="line is {{item}}"
with_lines:
- "cat /etc/hosts"