You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Using J2CLI and a template file, i would like to generate a JINJA2 template as an output. So i need the first template to use JINJA tags that are not the default ones so that i can output strings like {{ somevar }}. For example i could use tags with outer { replaced by [ ([{, [%, etc.).
(I come from the PERL universe with Template2. I can change the tags when using Template2.)
If someone knows how to do that in ansible, that's better (i mean use a ansible playbook that takes a template to output an ansible template file - yes, it is something like dynamically creating templates).
Thanks in advance for any advice.
Thierry
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello
Using J2CLI and a template file, i would like to generate a JINJA2 template as an output. So i need the first template to use JINJA tags that are not the default ones so that i can output strings like
{{ somevar }}
. For example i could use tags with outer{
replaced by[
([{
,[%
, etc.).(I come from the PERL universe with Template2. I can change the tags when using Template2.)
If someone knows how to do that in ansible, that's better (i mean use a ansible playbook that takes a template to output an ansible template file - yes, it is something like dynamically creating templates).
Thanks in advance for any advice.
Thierry
The text was updated successfully, but these errors were encountered: