소스 검색

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
부모
커밋
3719107a3b
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml

+ 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"


불러오는 중...
취소
저장