diff --git a/roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml b/roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml index 9dac72e14..b9ed8418e 100644 --- a/roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml +++ b/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 }}/*" \ No newline at end of file + ansible.builtin.shell: "rm -rf {{ matrix_bot_matrix_registration_bot_data_path }}/*"