Fix uninstall (for real this time)

This commit is contained in:
Julian-Samuel Gebühr 2022-07-10 10:06:17 +02:00
parent f64c132927
commit 27b1835ed4

View File

@ -2,7 +2,7 @@
- name: Check existence of matrix-maubot service
stat:
path: "{{ matrix_systemd_path }}/matrix-maubot.service"
path: "{{ matrix_systemd_path }}/matrix-bot-maubot.service"
register: matrix_bot_maubot_service_stat
- name: Ensure matrix-bot-maubot is stopped