From a633e1766f0c326399d3ea0ddd1212b7ea683baa Mon Sep 17 00:00:00 2001 From: OldTyT Date: Mon, 26 Feb 2024 11:52:09 +0000 Subject: [PATCH] fix: install helm --- tasks/installation_helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"