Remove old script

This commit is contained in:
Yosafat Marselino 2025-05-17 09:30:25 -04:00
parent a533f29ffd
commit 7f18628b2f
2 changed files with 6 additions and 1 deletions

View File

@ -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 }}"

View File

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