Skip to content

Commit

Permalink
Do not restart matrix-bot-maubot.service on every playbook run
Browse files Browse the repository at this point in the history
Related to #1894
  • Loading branch information
spantaleev committed Jul 20, 2022
1 parent b20cfc5 commit d1649ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/matrix-bot-maubot/tasks/setup_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,3 @@
ansible.builtin.service:
daemon_reload: true
when: "matrix_bot_maubot_systemd_service_result.changed|bool"

- name: Ensure matrix-bot-maubot.service restarted, if necessary
ansible.builtin.service:
name: "matrix-bot-maubot.service"
state: restarted

0 comments on commit d1649ff

Please sign in to comment.