This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
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
b20cfc5015
commit
d1649ff67b
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save