Slavi Pantaleev
před 3 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
0 přidání a
6 odebrání
-
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" |