Переглянути джерело

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 3 роки тому
committed by GitHub
джерело
коміт
484536b039
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 0 додано та 6 видалено
  1. +0
    -6
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 0
- 6
roles/matrix-bot-postmoogle/tasks/setup_install.yml Переглянути файл

@@ -91,9 +91,3 @@
ansible.builtin.service: ansible.builtin.service:
daemon_reload: true daemon_reload: true
when: "matrix_bot_postmoogle_systemd_service_result.changed | bool" 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"

Завантаження…
Відмінити
Зберегти