--- - debug: msg="START cli/contains.yaml" - name: test contains operator asa_command: commands: - show version - show interface wait_for: - "result[0] contains 'Cisco Adaptive Security Appliance Software Version'" - "result[1] contains 'Hardware'" provider: "{{ cli }}" register: result - assert: that: - "result.changed == false" - "result.stdout is defined" - debug: msg="END cli/contains.yaml"