summaryrefslogtreecommitdiff
path: root/test/samples/lookup_pipe.yml
blob: 4430c76fc538647aad7e147f739d96b6798699bc (plain)
1
2
3
4
- hosts: localhost
  gather_facts: no
  tasks:
  - debug: msg="the date is {{ lookup('pipe', 'date') }}"