blob: 2521ad281ebd109890774490a195f0962888833c [file] [log] [blame]
---
- name: Install Helm
copy:
src: "{{ app_data_path }}/downloads/helm"
dest: "{{ helm_bin_dir }}"
remote_src: true
mode: 0755