Browse Source

fix zulip bridge service name on removal

pull/4766/head
Aine 8 months ago
parent
commit
bab3a47c50
No known key found for this signature in database GPG Key ID: 34969C908CCA2804
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-bridge-zulip/tasks/setup_uninstall.yml

+ 1
- 1
roles/custom/matrix-bridge-zulip/tasks/setup_uninstall.yml 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


Loading…
Cancel
Save