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

8 lines
199 B
Text
Raw Normal View History

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