mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
Lowercase enabled, disabled option values (#27764)
This commit is contained in:
parent
c01dd6470c
commit
8d14f9d578
21 changed files with 247 additions and 209 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue