Replace mtu for for local-index on junos_command lessthan (#27772)

This commit is contained in:
Ricardo Carrillo Cruz
2017-08-04 17:56:41 +02:00
committed by GitHub
parent a98e3fb81f
commit 8e9fe76434

View File

@@ -25,7 +25,7 @@
- show interfaces lo0
format: xml
wait_for:
- "result[1].rpc-reply.interface-information.physical-interface.mtu lt 7"
- "result[1].rpc-reply.interface-information.physical-interface.local-index lt 7"
provider: "{{ netconf }}"
register: result