mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Replace mtu for for local-index on junos_command lessthan (#27772)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user