vmware: check the SSL certification

If `validate_certs` is enable, we now validate the server SSL
certificate.
This commit is contained in:
Gonéri Le Bouder
2019-05-02 10:32:01 -04:00
parent 14ab205ea2
commit 23e63c9237
2 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- vmware - The VMware modules now enable the SSL certificate check unless ``validate_certs`` is ``false``.