samples/lookup_pipe.py
1544dde9
 - hosts: localhost
   gather_facts: no
   tasks:
   - debug: msg="the date is {{ lookup('pipe', 'date') }}"