mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Moving over all lookup plugins to v2
This commit is contained in:
6
v2/samples/with_lines.yml
Normal file
6
v2/samples/with_lines.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- debug: msg="line is {{item}}"
|
||||
with_lines:
|
||||
- "cat /etc/hosts"
|
||||
Reference in New Issue
Block a user