Przeglądaj źródła

Fix matrix-synapse-reverse-proxy-companion.service stopping during uninstallation

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2444
pull/2446/head
Slavi Pantaleev 3 lat temu
rodzic
commit
66baef5bf6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml

+ 1
- 1
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml Wyświetl plik

@@ -9,7 +9,7 @@
block:
- name: Ensure matrix-synapse-reverse-proxy-companion.service is stopped
ansible.builtin.service:
name: matrix_synapse_reverse_proxy_companion_service_stat
name: matrix-synapse-reverse-proxy-companion
state: stopped
enabled: false
daemon_reload: true


Ładowanie…
Anuluj
Zapisz