This commit is contained in:
@ -21,17 +21,16 @@
|
||||
|
||||
- block:
|
||||
|
||||
- name: Download Helm binary
|
||||
ansible.builtin.unarchive:
|
||||
src: https://get.helm.sh/helm-{{ helm.version }}-linux-amd64.tar.gz
|
||||
dest: /opt/metacluster/dependencies/helm
|
||||
|
||||
- name: Install Helm binary
|
||||
ansible.builtin.copy:
|
||||
src: /opt/metacluster/dependencies/helm/helm
|
||||
dest: /usr/local/bin/helm
|
||||
remote_src: yes
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
- name: Download Helm binary
|
||||
ansible.builtin.unarchive:
|
||||
src: https://get.helm.sh/helm-{{ helm.version }}-linux-amd64.tar.gz
|
||||
dest: /opt/metacluster/dependencies/helm
|
||||
|
||||
- name: Install Helm binary
|
||||
ansible.builtin.copy:
|
||||
src: /opt/metacluster/dependencies/helm/helm
|
||||
dest: /usr/local/bin/helm
|
||||
remote_src: yes
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
|
Reference in New Issue
Block a user