|
|
|
@ -37,7 +37,7 @@ description:
|
|
|
|
module to wait for a specific condition before returning or timing out if
|
|
|
|
module to wait for a specific condition before returning or timing out if
|
|
|
|
the condition is not met.
|
|
|
|
the condition is not met.
|
|
|
|
- This module does not support running configuration commands.
|
|
|
|
- This module does not support running configuration commands.
|
|
|
|
Please use M(exos_config) to configure EXOS devices.
|
|
|
|
We expect to release an exos_config module soon to configure EXOS devices.
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- If a command sent to the device requires answering a prompt, it is possible
|
|
|
|
- If a command sent to the device requires answering a prompt, it is possible
|
|
|
|
to pass a dict containing I(command), I(answer) and I(prompt). See examples.
|
|
|
|
to pass a dict containing I(command), I(answer) and I(prompt). See examples.
|
|
|
|
|