mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Update checks for validate_certs in openstack_cloud_from_module
Change I51105f11565c5ff33b04add36259c8703af11240 moved validate_certs default from None to False. This causes checks to fail in openstack_cloud_from_module as validate_certs is never None anymore. This patch changes reverts the default back to None, and reflects this in the documentation. Task: 41776 Story: 2008600 Change-Id: Ic79510f863cf3a39c3f5c6d99f61d335f92f9388
This commit is contained in:
@@ -61,7 +61,6 @@ options:
|
||||
- Whether or not SSL API requests should be verified.
|
||||
- Before Ansible 2.3 this defaulted to C(yes).
|
||||
type: bool
|
||||
default: False
|
||||
aliases: [ verify ]
|
||||
ca_cert:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user