--- - name: Install Helm copy: src: "{{ app_data_path }}/downloads/helm" dest: "{{ helm_bin_dir }}" remote_src: true mode: 0755