Sfoglia il codice sorgente

Merge pull request #2131 from etkecc/patch-84

Do not restart postmoogle during installation
pull/2133/head
Slavi Pantaleev 3 anni fa
committed by GitHub
parent
commit
590e409a60
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -6
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 0
- 6
roles/matrix-bot-postmoogle/tasks/setup_install.yml Vedi File

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

Caricamento…
Annulla
Salva