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

gets rid of rst error on exos module docs (#39244)

This commit is contained in:
Alicia Cozine 2018-04-24 13:45:07 -05:00 committed by John R Barker
parent e82a8d177f
commit 0ca38ff595

View file

@ -37,7 +37,7 @@ description:
module to wait for a specific condition before returning or timing out if
the condition is not met.
- 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:
- 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.