Remove old script
This commit is contained in:
parent
a533f29ffd
commit
7f18628b2f
@ -9,6 +9,11 @@
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- 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: >
|
||||
curl "{{ item.url }}" -o "/tmp/downloaded_scripts/{{ item.name }}"
|
||||
|
@ -48,7 +48,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
echo "Provision Kubernetes With IP $VM_IP"
|
||||
exit
|
||||
#exit
|
||||
|
||||
KUBEVERSION="1.32.3-1.1"
|
||||
HELMVERSION="3.14.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user