This commit is contained in:
2026-05-12 18:50:56 +02:00
parent c4cd7670a5
commit 56cb1b7ca4
+5 -1
View File
@@ -138,7 +138,11 @@
path: /usr/local/bin/helm
state: absent
become: true
- name: Download Helm v3 archive
ansible.builtin.get_url:
url: https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz
dest: /tmp/helm-v3.15.4-linux-amd64.tar.gz
mode: '0644'
- name: Extract Helm archive
ansible.builtin.unarchive:
src: /tmp/helm-v3.15.4-linux-amd64.tar.gz