瀏覽代碼

Fix lint

pull/2723/head
Julian-Samuel Gebühr 3 年之前
父節點
當前提交
2c47310957
共有 1 個檔案被更改,包括 1 行新增1 行删除
  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 查看文件

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

Loading…
取消
儲存