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
Fix incorrect service name
Fixes
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/887
pull/891/head
Slavi Pantaleev
5 years ago
parent
e56fcbbc0d
commit
9f91eaa54b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
+ 1
- 1
roles/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
View File
@@ -7,7 +7,7 @@
- name: Ensure matrix-matrix-reminder-bot is stopped
service:
name: matrix-matrix-reminder-bot
name: matrix-
bot-
matrix-reminder-bot
state: stopped
daemon_reload: yes
register: stopping_result
Write
Preview
Loading…
Cancel
Save