mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Fix uninstall (for real this time)
This commit is contained in:
parent
f64c132927
commit
27b1835ed4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- name: Check existence of matrix-maubot service
|
- name: Check existence of matrix-maubot service
|
||||||
stat:
|
stat:
|
||||||
path: "{{ matrix_systemd_path }}/matrix-maubot.service"
|
path: "{{ matrix_systemd_path }}/matrix-bot-maubot.service"
|
||||||
register: matrix_bot_maubot_service_stat
|
register: matrix_bot_maubot_service_stat
|
||||||
|
|
||||||
- name: Ensure matrix-bot-maubot is stopped
|
- name: Ensure matrix-bot-maubot is stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user