diff --git a/lib/ansible/modules/network/exos/exos_command.py b/lib/ansible/modules/network/exos/exos_command.py index 0b002230a30..4f13ff3db08 100644 --- a/lib/ansible/modules/network/exos/exos_command.py +++ b/lib/ansible/modules/network/exos/exos_command.py @@ -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.