瀏覽代碼
heisenbridge fix service name
pull/1149/head
Michael Sasser
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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" |
|
|
|
|