Quellcode durchsuchen

Do not restart postmoogle during installation

Reason: during a fresh install, when there is no synapse yet, systemd unit fails to start, thus whole play fails
pull/2131/head
Aine vor 3 Jahren
committed by GitHub
Ursprung
Commit
484536b039
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. +0
    -6
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 0
- 6
roles/matrix-bot-postmoogle/tasks/setup_install.yml Datei anzeigen

@@ -91,9 +91,3 @@
ansible.builtin.service:
daemon_reload: true
when: "matrix_bot_postmoogle_systemd_service_result.changed | bool"

- name: Ensure matrix-bot-postmoogle.service restarted, if necessary
ansible.builtin.service:
name: "matrix-bot-postmoogle.service"
state: restarted
when: "matrix_bot_postmoogle_systemd_service_result.changed | bool"

Laden…
Abbrechen
Speichern