mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 13:47:34 +02:00
build
This commit is contained in:
@@ -138,7 +138,11 @@
|
|||||||
path: /usr/local/bin/helm
|
path: /usr/local/bin/helm
|
||||||
state: absent
|
state: absent
|
||||||
become: true
|
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
|
- name: Extract Helm archive
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
src: /tmp/helm-v3.15.4-linux-amd64.tar.gz
|
src: /tmp/helm-v3.15.4-linux-amd64.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user