blob: c1b4710387d1704a2f74e70a71c961dc0b1b50a1 [file] [log] [blame]
---
- name: Install Helm
unarchive:
src: "{{ app_data_path }}/downloads/helm-{{ helm_version }}-linux-amd64.tar.gz"
dest: "{{ helm_bin_dir }}"
extra_opts:
- --strip=1
- --wildcards
- '*/helm'
remote_src: true
mode: 0755