Slavi Pantaleev
3 anni fa
committed by
GitHub
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
-
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" |