瀏覽代碼
heisenbridge fix service name
pull/1149/head
Michael Sasser
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 5F653AC7631F5151
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml
|
|
|
@@ -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" |
|
|
|
|