mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fixed typo of Ethernet interface number (#54877)
Fixed typo of Ethernet interface number in second wait_for argument +label: docsite_pr
This commit is contained in:
committed by
Sandra McCann
parent
087587ec48
commit
c0e7b643bf
@@ -52,7 +52,7 @@ results in an interface. For instance::
|
||||
- show interface Ethernet5 | json
|
||||
wait_for:
|
||||
- "result[0].interfaces.Ethernet4.interfaceStatus eq connected"
|
||||
- "result[1].interfaces.Ethernet4.interfaceStatus eq connected"
|
||||
- "result[1].interfaces.Ethernet5.interfaceStatus eq connected"
|
||||
|
||||
In the above example, two commands are executed on the
|
||||
remote device, and the results are evaluated. By specifying the result
|
||||
|
||||
Reference in New Issue
Block a user