mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
Fix incorrect service name
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/887
This commit is contained in:
parent
e56fcbbc0d
commit
9f91eaa54b
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
- name: Ensure matrix-matrix-reminder-bot is stopped
|
- name: Ensure matrix-matrix-reminder-bot is stopped
|
||||||
service:
|
service:
|
||||||
name: matrix-matrix-reminder-bot
|
name: matrix-bot-matrix-reminder-bot
|
||||||
state: stopped
|
state: stopped
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
register: stopping_result
|
register: stopping_result
|
||||||
|
Loading…
Reference in New Issue
Block a user