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

pull/21633/merge
Ricardo Carrillo Cruz 9 years ago committed by GitHub
parent a98e3fb81f
commit 8e9fe76434

@ -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

Loading…
Cancel
Save