|
|
@ -8,7 +8,7 @@
|
|
|
|
- show interfaces lo0
|
|
|
|
- show interfaces lo0
|
|
|
|
format: xml
|
|
|
|
format: xml
|
|
|
|
wait_for:
|
|
|
|
wait_for:
|
|
|
|
- "result[0].rpc-reply.software-information.host-name neq localhost"
|
|
|
|
- "result[1].rpc-reply.interface-information.physical-interface.name neq em0"
|
|
|
|
provider: "{{ netconf }}"
|
|
|
|
provider: "{{ netconf }}"
|
|
|
|
register: result
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
- show interfaces lo0
|
|
|
|
- show interfaces lo0
|
|
|
|
format: xml
|
|
|
|
format: xml
|
|
|
|
wait_for:
|
|
|
|
wait_for:
|
|
|
|
- "result[0].rpc-reply.software-information.host-name != localhost"
|
|
|
|
- "result[1].rpc-reply.interface-information.physical-interface.name neq em0"
|
|
|
|
provider: "{{ netconf }}"
|
|
|
|
provider: "{{ netconf }}"
|
|
|
|
register: result
|
|
|
|
register: result
|
|
|
|
|
|
|
|
|
|
|
|