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