Fix incorrect service name

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/887
This commit is contained in:
Slavi Pantaleev 2021-02-19 12:12:21 +02:00
parent e56fcbbc0d
commit 9f91eaa54b

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