From 2c4731095731e30812f7d53dd58aa37ee37f5b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Mon, 5 Jun 2023 17:40:58 +0200 Subject: [PATCH] Fix lint --- .../matrix-bot-matrix-registration-bot/tasks/clean_cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}/*"