This commit is contained in:
Jesper Hess 2020-11-27 10:48:02 +01:00
parent 21e2b743ef
commit bb5c77e602
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
- name: upload vhost config for riot domain
template:
src: files/configs/matrix/vhost-riot
dest: "{{ nginx.volume_folder }}/vhost/{{ domain.domain }}"
dest: "{{ nginx.volume_folder }}/vhost/{{ riot.domain }}"
- name: upload homeserver.yaml
template: