1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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 - show interfaces lo0
format: xml format: xml
wait_for: 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 }}" provider: "{{ netconf }}"
register: result register: result