--- - name: Run tcib hotfix command become: true environment: PATH: "{{ cifmw_path | default(ansible_env.PATH) }}" ansible.builtin.command: cmd: >- openstack tcib container image hotfix --image {{ cifmw_build_containers_hotfix_images | join(",") }} --rpms-path {{ cifmw_build_containers_hotfix_rpms_paths | join(",") }} --tag {{ cifmw_build_containers_hotfix_tag }}