Clean dir before do anything

This commit is contained in:
Yosafat Marselino 2025-05-17 09:33:03 -04:00
parent 3a0e82d5f2
commit 5b01428a31

View File

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