Are jinja2 extensions available?

Jinja2 documentation mentions some extensions that can be enabled. Are these available somehow? Can I enable them in Ansible?

https://jinja.palletsprojects.com/en/2.11.x/templates/#extensions

Jinja2 documentation mentions some extensions that can be enabled. Are these available somehow? Can I enable them in
Ansible?

https://jinja.palletsprojects.com/en/2.11.x/templates/#extensions

You can try to add them to the Ansible configuration file like that:

jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n

Regards
         Racke

Hi all,
Were you able to configure and use the i18n Jinja2 extension from within Ansible?

Thanks in advance!

El dia dilluns, 22 de juny de 2020 a les 7:00:43 UTC+2, ra...@linuxia.de va escriure: