Procházet zdrojové kódy

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 před 5 roky
committed by GitHub
rodič
revize
3719107a3b
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml

+ 1
- 1
roles/matrix-bridge-heisenbridge/tasks/setup_uninstall.yml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit