Merge pull request #1149 from MichaelSasser/bugfix/#1148-heisenbridge-fix-service-name

heisenbridge: fix service name in setup_uninstall.yml
This commit is contained in:
Slavi Pantaleev 2021-06-29 13:28:58 +03:00 committed by GitHub
commit 3719107a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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