fix: install helm
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
- name: Move Helm to the desired installation directory
|
- name: Move Helm to the desired installation directory
|
||||||
copy:
|
copy:
|
||||||
src: "{{ helm_unpack_directory.path }}/linux-amd64/helm"
|
src: "{{ helm_unpack_directory.path }}/linux-amd64/helm"
|
||||||
dest: "{{ helm_install_directory }}/helm"
|
dest: "{{ k3s_binary_dir }}/helm"
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
when: ansible_facts.architecture == "x86_64"
|
when: ansible_facts.architecture == "x86_64"
|
||||||
|
|||||||
Reference in New Issue
Block a user