mirror of https://github.com/ansible/ansible.git
Add now() jinja2 global func for getting the date/time (#43792)
* Add now() jinja2 global func for getting the date/time * Docs and changelog * now isn't a lookup, it doesn't need disabledpull/49673/head
parent
3d5d0d355f
commit
3a4d476512
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- jinja2 - Add ``now()`` function for getting the current time
|
Loading…
Reference in New Issue