mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Fix size parameter documentation
The generated documentation shows the size parameter as required. Set 'required' to 'false' and move the explanation to the description. Fixes #3278
This commit is contained in:
parent
d035961d1c
commit
b750b926d3
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ description:
|
||||||
options:
|
options:
|
||||||
size:
|
size:
|
||||||
description:
|
description:
|
||||||
- Size of volume in GB
|
- Size of volume in GB. This parameter is required when the
|
||||||
required: only when state is 'present'
|
I(state) parameter is 'present'.
|
||||||
|
required: false
|
||||||
default: None
|
default: None
|
||||||
display_name:
|
display_name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue