Browse Source

heisenbridge fix service name

pull/1149/head
Michael Sasser 4 years ago
parent
commit
7578a355c4
No known key found for this signature in database GPG Key ID: 5F653AC7631F5151
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml

+ 1
- 1
roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml View File

@@ -7,7 +7,7 @@

- name: Ensure matrix-heisenbridge is stopped
service:
name: heisenbridge
name: matrix-heisenbridge
state: stopped
daemon_reload: yes
when: "matrix_heisenbridge_service_stat.stat.exists"


Loading…
Cancel
Save