7 lines
187 B
Django/Jinja
7 lines
187 B
Django/Jinja
{{ ansible_managed | comment}}
|
|
|
|
{% if hedgedoc_environment_vars is mapping %}
|
|
{% for key, value in hedgedoc_environment_vars.items() %}
|
|
CMD_{{ key }}={{ value }}
|
|
{% endfor %}
|
|
{% endif %}
|