Initial work on getting nginx reverse proxying working with Dendrite
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
- name: Ensure systemd reloaded after matrix-dendrite.service installation
|
||||
service:
|
||||
daemon_reload: yes
|
||||
when: "matrix_dendrite_systemd_service_result.changed"
|
||||
when: "matrix_dendrite_systemd_service_result.changed|bool"
|
||||
|
||||
- name: Ensure matrix-dendrite-create-account script created
|
||||
template:
|
||||
|
Reference in New Issue
Block a user