Add validate_certs to vmware doc fragment (#16096)

pull/16362/head
Bede Carroll 9 years ago committed by Brian Coca
parent 71350e022a
commit 1b5ec51988

@ -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']
'''

Loading…
Cancel
Save