--- - debug: msg="START nxos/contains.yaml" - name: test contains operator net_command: commands: - show version - show interface mgmt0 | json wait_for: - "result[0] contains NX-OS" - "result[1].TABLE_interface.ROW_interface.interface contains mgmt" provider: "{{ cli }}" register: result - assert: that: - "result.changed == false" - debug: msg="END nxos/contains.yaml"