New in version 2.8.
The now() Jinja2 function retrieves a Python datetime object or a string representation for the current time.
The now() function supports two arguments:
Specify True to get the current time in UTC. Defaults to False.
Accepts a strftime string that returns a formatted date time string.
For example: dtg: "Current time (UTC): {{ now(utc=true,fmt='%Y-%m-%d %H:%M:%S') }}"
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_templating_now.html