mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00: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
|
@ -49,13 +49,12 @@ options:
|
|||
|
||||
root_volume:
|
||||
description:
|
||||
- Root volume of the SVM.
|
||||
note: required when C(state=present)
|
||||
- Root volume of the SVM. Required when C(state=present).
|
||||
|
||||
root_volume_aggregate:
|
||||
description:
|
||||
- The aggregate on which the root volume will be created.
|
||||
note: required when C(state=present)
|
||||
- Required when C(state=present).
|
||||
|
||||
root_volume_security_style:
|
||||
description:
|
||||
|
@ -65,7 +64,7 @@ options:
|
|||
- Possible values are 'unix', 'ntfs', 'mixed'.
|
||||
- The 'unified' security style, which applies only to Infinite Volumes, cannot be applied to a Vserver's root volume.
|
||||
- Valid options are "unix" for NFS, "ntfs" for CIFS, "mixed" for Mixed, "unified" for Unified.
|
||||
note: required when C(state=present)
|
||||
- Required when C(state=present)
|
||||
choices: ['unix', 'ntfs', 'mixed', 'unified']
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue