chore: add remote_src true in unpack helm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user