Moving over all lookup plugins to v2

This commit is contained in:
James Cammarata
2015-01-09 09:37:31 -06:00
parent 45f8e6f3b0
commit 1544dde932
54 changed files with 1650 additions and 37 deletions

View File

@@ -0,0 +1,6 @@
- hosts: localhost
gather_facts: no
tasks:
- debug: msg="line is {{item}}"
with_lines:
- "cat /etc/hosts"