Install synapse config to right place
This commit is contained in:
parent
67dfe6a8a0
commit
f517831435
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
- name: Install synapse config
|
||||
template:
|
||||
src: files/synapse/homeserver.yml
|
||||
dest: /opt/synapse/homeserver.yaml
|
||||
dest: /mnt/tank/app-data/synapse/homeserver.yaml
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
register: homeserver_config
|
||||
|
|
Loading…
Reference in a new issue