mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 13:12:30 +00:00
4 lines
105 B
YAML
4 lines
105 B
YAML
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- debug: msg="the date is {{ lookup('pipe', 'date') }}"
|