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
|
@ -57,21 +57,35 @@ options:
|
|||
description:
|
||||
- List of licenses to add or remove.
|
||||
- Please note that trying to remove a non-existent license will throw an error.
|
||||
valid_options:
|
||||
- base : Cluster Base License,
|
||||
- nfs : NFS License,
|
||||
- cifs : CIFS License,
|
||||
- iscsi : iSCSI License,
|
||||
- fcp : FCP License,
|
||||
- cdmi : CDMI License,
|
||||
- snaprestore : SnapRestore License,
|
||||
- snapmirror : SnapMirror License,
|
||||
- flexclone : FlexClone License,
|
||||
- snapvault : SnapVault License,
|
||||
- snaplock : SnapLock License,
|
||||
- snapmanagersuite : SnapManagerSuite License,
|
||||
- snapprotectapps : SnapProtectApp License,
|
||||
- v_storageattach : Virtual Attached Storage License
|
||||
suboptions:
|
||||
base:
|
||||
description: Cluster Base License
|
||||
nfs:
|
||||
description: NFS License
|
||||
cifs:
|
||||
description: CIFS License
|
||||
iscsi:
|
||||
description: iSCSI License
|
||||
fcp:
|
||||
description: FCP License
|
||||
cdmi:
|
||||
description: CDMI License
|
||||
snaprestore:
|
||||
description: SnapRestore License
|
||||
snapmirror:
|
||||
description: SnapMirror License
|
||||
flexclone:
|
||||
description: FlexClone License
|
||||
snapvault:
|
||||
description: SnapVault License
|
||||
snaplock:
|
||||
description: SnapLock License
|
||||
snapmanagersuite:
|
||||
description: SnapManagerSuite License
|
||||
snapprotectapps:
|
||||
description: SnapProtectApp License
|
||||
v_storageattach:
|
||||
description: Virtual Attached Storage License
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue