mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fixup VMware module docs issues (#36409)
Fix various argspec vs documentation issue
This commit is contained in:
@@ -41,6 +41,7 @@ options:
|
||||
description:
|
||||
- Type of the datastore to configure (nfs/vmfs).
|
||||
required: true
|
||||
choices: [ 'nfs', 'vmfs' ]
|
||||
nfs_server:
|
||||
description:
|
||||
- NFS host serving nfs datastore.
|
||||
@@ -54,6 +55,7 @@ options:
|
||||
- ReadOnly or ReadWrite mount.
|
||||
- Unused if datastore type is not set to C(nfs) and state is not set to C(present).
|
||||
default: False
|
||||
type: bool
|
||||
vmfs_device_name:
|
||||
description:
|
||||
- Name of the device to be used as VMFS datastore.
|
||||
|
||||
Reference in New Issue
Block a user