--- - 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