diff --git a/lib/ansible/utils/module_docs_fragments/vmware.py b/lib/ansible/utils/module_docs_fragments/vmware.py index 0b69886594..76416ca02c 100644 --- a/lib/ansible/utils/module_docs_fragments/vmware.py +++ b/lib/ansible/utils/module_docs_fragments/vmware.py @@ -34,4 +34,11 @@ options: - The password of the vSphere vCenter required: True aliases: ['pass', 'pwd'] + validate_certs: + description: + - Allows connection when SSL certificates are not valid. Set to + false when certificates are not trusted + required: False + default: 'True' + choices: ['True', 'False'] '''