Explorar el Código

Fix uninstall (for real this time)

pull/1894/head
Julian-Samuel Gebühr hace 3 años
padre
commit
27b1835ed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bot-maubot/tasks/setup_uninstall.yml

+ 1
- 1
roles/matrix-bot-maubot/tasks/setup_uninstall.yml Ver fichero

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


Cargando…
Cancelar
Guardar