Clean dir before do anything
This commit is contained in:
parent
3a0e82d5f2
commit
5b01428a31
@ -10,7 +10,7 @@
|
|||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
||||||
- name: Remove Old Scripts
|
- name: Remove Old Scripts
|
||||||
shell: "rm /tmp/downloaded_scripts/{{ item.item.name }} || true"
|
shell: "rm /tmp/downloaded_scripts/* || true"
|
||||||
|
|
||||||
- name: Download scripts using curl
|
- name: Download scripts using curl
|
||||||
command: >
|
command: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user