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

8 lines
181 B
Text
Raw Permalink Normal View History

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