mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user