소스 검색
Merge pull request #1149 from MichaelSasser/bugfix/#1148-heisenbridge-fix-service-name
heisenbridge: fix service name in setup_uninstall.yml
pull/1150/head
Slavi Pantaleev
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml
|
|
@@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
|
- name: Ensure matrix-heisenbridge is stopped |
|
|
- name: Ensure matrix-heisenbridge is stopped |
|
|
service: |
|
|
service: |
|
|
name: heisenbridge |
|
|
|
|
|
|
|
|
name: matrix-heisenbridge |
|
|
state: stopped |
|
|
state: stopped |
|
|
daemon_reload: yes |
|
|
daemon_reload: yes |
|
|
when: "matrix_heisenbridge_service_stat.stat.exists" |
|
|
when: "matrix_heisenbridge_service_stat.stat.exists" |
|
|
|