mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Moving over all lookup plugins to v2
This commit is contained in:
parent
45f8e6f3b0
commit
1544dde932
54 changed files with 1650 additions and 37 deletions
4
v2/samples/lookup_pipe.py
Normal file
4
v2/samples/lookup_pipe.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- debug: msg="the date is {{ lookup('pipe', 'date') }}"
|
Loading…
Add table
Add a link
Reference in a new issue