mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
5588ce3741
Fix KeycloakAPI's missing http_agent, timeout, and validate_certs open_url() parameters (#7067)
* Fix KeycloakAPI's missing http_agent, timeout, and validate_certs open_url() parameters
* Add changelog fragment
* Update changelogs/fragments/7067-keycloak-api-paramerter-fix.yml
Following suggestion
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit e7a6412ec4
)
Co-authored-by: Loric Vandentempel <loricvdt@gmail.com>
2 lines
197 B
YAML
2 lines
197 B
YAML
bugfixes:
|
|
- keycloak module util - fix missing ``http_agent``, ``timeout``, and ``validate_certs`` ``open_url()`` parameters (https://github.com/ansible-collections/community.general/pull/7067).
|