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:
parent
a98e3fb81f
commit
8e9fe76434
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue