fix: install helm

This commit is contained in:
2024-02-26 11:52:09 +00:00
parent e038f841dd
commit a633e1766f

View File

@@ -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"