Closed karambir closed 6 years ago
@akarambir are you planning for work on this?
Hi @karambir,
Can you please explain this issue?
@CuriousLearner There are several template files in ansible dir where we have two levels of variables. One for the cookiecutter(using jinja2) and another for ansible(again, using jinja2). To make this separation we use {% raw %}
tags. But those are really inconsistent across the project and creates problems for devs if they are not specific about it.
Cookiecutter needs
{%raw%}
tag to identify if it needs to touch content ansible maybe using. The usage for this tag is not uniform acrossprovisioner
dir.