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: >