mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
corrected required docs as only boolean is allowed
these complex values were not displayed and would always show the fields as requried
This commit is contained in:
parent
1bdc3b3bb0
commit
37513ca8bb
5 changed files with 11 additions and 8 deletions
|
@ -41,7 +41,8 @@ options:
|
|||
password:
|
||||
description:
|
||||
- Password for the user
|
||||
required: true when I(state) is present
|
||||
- Required when I(state) is present
|
||||
required: false
|
||||
default: None
|
||||
email:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue