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