mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix invalid fields in module DOCUMENATION (#22297)
* fix module doc fields * More module docs corrections * More module docs corrections * More module docs corrections * More module docs corrections * correct aliases * Review comments * Must quote ':' * More authors * Use suboptions: * restore type: bool * type should be in the same place * More tidyups * authors * Use suboptions * revert * remove duplicate author * More issues post rebase
This commit is contained in:
parent
000ca2a2bc
commit
e5b990a55a
138 changed files with 176 additions and 256 deletions
|
@ -61,13 +61,11 @@ options:
|
|||
|
||||
aggregate_name:
|
||||
description:
|
||||
- The name of the aggregate the flexvol should exist on.
|
||||
note: required when C(state=present)
|
||||
- The name of the aggregate the flexvol should exist on. Required when C(state=present).
|
||||
|
||||
size:
|
||||
description:
|
||||
- The size of the volume in (size_unit).
|
||||
note: required when C(state=present)
|
||||
- The size of the volume in (size_unit). Required when C(state=present).
|
||||
|
||||
size_unit:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue