Explorar el Código

Fix lint

pull/2723/head
Julian-Samuel Gebühr hace 3 años
padre
commit
2c47310957
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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

- 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 }}/*"

Cargando…
Cancelar
Guardar