forked from data.coop/ansible
Fix matrix_riot service.
This commit is contained in:
parent
fbebeef57b
commit
068502773e
|
@ -49,7 +49,7 @@
|
|||
- name: upload vhost config for riot domain
|
||||
template:
|
||||
src: files/configs/matrix/vhost-riot
|
||||
dest: "{{ nginx.volume_folder }}/vhost/{{ riot.domain }}"
|
||||
dest: "{{ nginx.volume_folder }}/vhost/{{ riot.domains[0] }}"
|
||||
|
||||
- name: upload homeserver.yaml
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue