소스 검색
heisenbridge fix service name
pull/1149/head
Michael Sasser
5 년 전
No known key found for this signature in database
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" |
|
|
|
|