diff --git a/tasks/installation_helm.yml b/tasks/installation_helm.yml index 6e0ab1c..da8c24c 100644 --- a/tasks/installation_helm.yml +++ b/tasks/installation_helm.yml @@ -1,5 +1,5 @@ --- -- name: Download helm binary +- name: Download helm get_url: url: "{{ k3s_helm_url }}" dest: "/tmp/helm-{{ k3s_helm_version }}.tar.gz" @@ -13,6 +13,7 @@ - name: Unpack Helm tarball unarchive: src: "/tmp/helm-{{ k3s_helm_version }}.tar.gz" + remote_src: yes dest: "{{ helm_unpack_directory.path }}" - name: Move Helm to the desired installation directory