瀏覽代碼

Fix uninstall (for real this time)

pull/1894/head
Julian-Samuel Gebühr 4 年之前
父節點
當前提交
27b1835ed4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bot-maubot/tasks/setup_uninstall.yml

+ 1
- 1
roles/matrix-bot-maubot/tasks/setup_uninstall.yml 查看文件

@@ -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


Loading…
取消
儲存