Browse Source

Do not restart matrix-bot-maubot.service on every playbook run

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
pull/1961/head
Slavi Pantaleev 3 years ago
parent
commit
d1649ff67b
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      roles/matrix-bot-maubot/tasks/setup_install.yml

+ 0
- 5
roles/matrix-bot-maubot/tasks/setup_install.yml View File

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

Loading…
Cancel
Save