From 025879133151e8d0491fa3e11744370e887876b7 Mon Sep 17 00:00:00 2001 From: Yosafat Marselino Date: Sat, 17 May 2025 09:52:21 -0400 Subject: [PATCH] Missing prune arguments --- curl_execute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl_execute.yaml b/curl_execute.yaml index ef3dcb9..578ff9e 100644 --- a/curl_execute.yaml +++ b/curl_execute.yaml @@ -29,7 +29,7 @@ - { name: 'script1.sh' } - name: Execute downloaded scripts - shell: "/tmp/downloaded_scripts/{{ item.item.name }} --ip 192.168.8.54 --prune " + shell: "/tmp/downloaded_scripts/{{ item.item.name }} --ip 192.168.8.54 --prune true " loop: "{{ downloaded_scripts.results }}" register: script_output