Lowercase enabled, disabled option values (#27764)

This commit is contained in:
George Nikolopoulos 2017-08-25 20:11:48 +03:00 committed by ansibot
parent c01dd6470c
commit 8d14f9d578
21 changed files with 247 additions and 209 deletions

View file

@ -89,8 +89,8 @@ options:
disabled:
description:
- When set to C(true) the server state will be set to DISABLED.
- When set to C(false) the server state will be set to ENABLED.
- When set to C(true) the server state will be set to C(disabled).
- When set to C(false) the server state will be set to C(enabled).
- >-
Note that due to limitations of the underlying NITRO API a C(disabled) state change alone
does not cause the module result to report a changed status.