Fix matrix-synapse-reverse-proxy-companion.service stopping during uninstallation
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2444
This commit is contained in:
parent
946bbe9734
commit
66baef5bf6
@ -9,7 +9,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Ensure matrix-synapse-reverse-proxy-companion.service is stopped
|
- name: Ensure matrix-synapse-reverse-proxy-companion.service is stopped
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: matrix_synapse_reverse_proxy_companion_service_stat
|
name: matrix-synapse-reverse-proxy-companion
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: false
|
enabled: false
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
|
Loading…
Reference in New Issue
Block a user