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