From 5b01428a31b38017aa8b89052432603f8743272f Mon Sep 17 00:00:00 2001 From: Yosafat Marselino Date: Sat, 17 May 2025 09:33:03 -0400 Subject: [PATCH] Clean dir before do anything --- curl_execute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl_execute.yaml b/curl_execute.yaml index a3c3996..47305bd 100644 --- a/curl_execute.yaml +++ b/curl_execute.yaml @@ -10,7 +10,7 @@ mode: '0755' - name: Remove Old Scripts - shell: "rm /tmp/downloaded_scripts/{{ item.item.name }} || true" + shell: "rm /tmp/downloaded_scripts/* || true" - name: Download scripts using curl command: >