infrastructure/roles/synapse/templates/synapse.env.j2
Saibotk f127cd41fb
refactor!(matrix): migrate to podman quadlet & rename
Merged delegate and synapse together.

THIS IS BREAKING!
2025-01-19 22:09:06 +01:00

7 lines
181 B
Django/Jinja

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