mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-05 00:59:15 +00:00
Use the new variable format to generate the configuration file
This commit is contained in:
parent
82dd346b1b
commit
8839b46fa1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue