mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7 lines
326 B
YAML
7 lines
326 B
YAML
|
---
|
||
|
bugfixes:
|
||
|
- keycloak_* - the documented ``validate_certs`` parameter was not taken into
|
||
|
account when calling the ``open_url`` function in some cases, thus enforcing
|
||
|
certificate validation even when ``validate_certs`` was set to ``false``.
|
||
|
(https://github.com/ansible-collections/community.general/pull/4382)
|