From 3a0e82d5f2195aa40dcd24c08fdb8714b514eeb5 Mon Sep 17 00:00:00 2001 From: Yosafat Marselino Date: Sat, 17 May 2025 09:31:48 -0400 Subject: [PATCH] update --- curl_execute.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/curl_execute.yaml b/curl_execute.yaml index 0abc810..a3c3996 100644 --- a/curl_execute.yaml +++ b/curl_execute.yaml @@ -11,8 +11,6 @@ - name: Remove Old Scripts shell: "rm /tmp/downloaded_scripts/{{ item.item.name }} || true" - loop: "{{ downloaded_scripts.results }}" - register: script_output - name: Download scripts using curl command: >