--- # tasks file for functest (tests) ## - block: - name: Clean directory ansible.builtin.file: path: "{{ exec_local_path }}" state: absent - name: Create directory ansible.builtin.file: path: "{{ exec_local_path }}" state: directory mode: 0755 - name: check helm version command: "helm version --template {% raw %}'{{.Version}}'{% endraw %}" register: helm_version # Return of previous command will be "v3.3.4" for v3 and up and "" # for version 2. - name: store helm version ansible.builtin.set_fact: helmv3: "{{ ('