forked from data.coop/ansible
Fix typo
This commit is contained in:
parent
21e2b743ef
commit
bb5c77e602
|
@ -49,7 +49,7 @@
|
||||||
- name: upload vhost config for riot domain
|
- name: upload vhost config for riot domain
|
||||||
template:
|
template:
|
||||||
src: files/configs/matrix/vhost-riot
|
src: files/configs/matrix/vhost-riot
|
||||||
dest: "{{ nginx.volume_folder }}/vhost/{{ domain.domain }}"
|
dest: "{{ nginx.volume_folder }}/vhost/{{ riot.domain }}"
|
||||||
|
|
||||||
- name: upload homeserver.yaml
|
- name: upload homeserver.yaml
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue