mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 20:45:48 +00:00
Merge pull request #2131 from etkecc/patch-84
Do not restart postmoogle during installation
This commit is contained in:
commit
590e409a60
@ -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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user