Ver a proveniência
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
há 3 anos
committed by
GitHub
ascendente
cometimento
484536b039
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
0 adições e
6 eliminações
-
roles/matrix-bot-postmoogle/tasks/setup_install.yml
|
|
|
@@ -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" |