--- helm_version: '3.5.4' helm_os: 'linux' helm_architecture: 'amd64' helm_filename: 'helm-v{{ helm_version }}-{{ helm_os }}-{{ helm_architecture }}.tar.gz' helm_mirror: 'https://get.helm.sh' helm_install_dir: '/usr/local/share/helm' helm_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}" ...