This commit is contained in:
Yosafat Marselino 2025-05-17 09:31:48 -04:00
parent 7f18628b2f
commit 3a0e82d5f2

View File

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