Merge pull request #2131 from etkecc/patch-84

Do not restart postmoogle during installation
This commit is contained in:
Slavi Pantaleev 2022-09-24 22:45:39 +03:00 committed by GitHub
commit 590e409a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"