Use the new variable format to generate the configuration file

This commit is contained in:
Emmanouil Kampitakis 2019-02-15 00:25:14 +01:00
parent 82dd346b1b
commit 8839b46fa1

View file

@ -19,8 +19,8 @@
when: matrix_synapse_registration_secret is not defined
- name: Deploy config
template:
src: "homeserver.yaml.j2"
copy:
content: "{{ matrix_synapse_config | to_nice_yaml }}"
dest: "/opt/synapse/homeserver.yaml"
owner: synapse
group: synapse