infrastructure/roles/hedgedoc/templates/hedgedoc-postgres.env.j2

7 lines
201 B
Django/Jinja

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