310692abe0
renamed: lookup_pipe.py -> lookup_pipe.yml
4 lines
105 B
YAML
4 lines
105 B
YAML
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- debug: msg="the date is {{ lookup('pipe', 'date') }}"
|