summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/tasks/main.yml
blob: 2521ad281ebd109890774490a195f0962888833c (plain)
1
2
3
4
5
6
7
---
- name: Install Helm
  copy:
    src: "{{ app_data_path }}/downloads/helm"
    dest: "{{ helm_bin_dir }}"
    remote_src: true
    mode: 0755