diff --git a/tasks/installation_helm.yml b/tasks/installation_helm.yml index da8c24c..62e4608 100644 --- a/tasks/installation_helm.yml +++ b/tasks/installation_helm.yml @@ -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"