Quellcode durchsuchen

Fix Draupnir for all uninstall path

pull/5578/head
Slavi Pantaleev vor 1 Woche
Ursprung
Commit
d8ab746f69
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml

+ 1
- 1
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml Datei anzeigen

@@ -26,5 +26,5 @@

- name: Ensure matrix-appservice-draupnir-for-all paths don't exist
ansible.builtin.file:
path: "{{ matrix_bot_draupnir_base_path }}"
path: "{{ matrix_appservice_draupnir_for_all_base_path }}"
state: absent

Laden…
Abbrechen
Speichern