mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fixup VMware module docs issues (#36409)
Fix various argspec vs documentation issue
This commit is contained in:
@@ -67,7 +67,7 @@ options:
|
||||
verify_certs:
|
||||
description:
|
||||
- If the certificates of the authentication is to be verified.
|
||||
required: false
|
||||
type: bool
|
||||
default: True
|
||||
vdc_name:
|
||||
description:
|
||||
|
||||
@@ -38,9 +38,8 @@ options:
|
||||
description:
|
||||
- Allows connection when SSL certificates are not valid. Set to
|
||||
false when certificates are not trusted.
|
||||
required: False
|
||||
default: 'True'
|
||||
choices: ['True', 'False']
|
||||
type: bool
|
||||
port:
|
||||
description:
|
||||
- The port number of the vSphere vCenter or ESXi server.
|
||||
|
||||
Reference in New Issue
Block a user