Sfoglia il codice sorgente

Fix lint

pull/2723/head
Julian-Samuel Gebühr 3 anni fa
parent
commit
2c47310957
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml

+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml Vedi File

@@ -1,4 +1,4 @@
--- ---


- name: Delete cache files - name: Delete cache files
ansible.builtin.shell: "rm -rf {{ matrix_bot_matrix_registration_bot_data_path }}/*"
ansible.builtin.shell: "rm -rf {{ matrix_bot_matrix_registration_bot_data_path }}/*"

Caricamento…
Annulla
Salva