3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-16 13:53:10 +00:00

fix zulip bridge service name on removal

This commit is contained in:
Aine
2025-11-28 18:48:24 +00:00
parent a88c394ae0
commit bab3a47c50

View File

@@ -15,7 +15,7 @@
block:
- name: Ensure matrix-bridge-zulip is stopped
ansible.builtin.service:
name: matrix-bridge-zulip
name: matrix-zulip-bridge
state: stopped
enabled: false
daemon_reload: true