1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

changelog for module_utils/identity/keycloak - KeycloakAPI._request signature change

This commit is contained in:
Jakub Danek 2025-09-19 13:56:25 +02:00
parent 76586aa0dc
commit e2a32861aa

View file

@ -0,0 +1,2 @@
minor_changes:
- keycloak - adds optional headers parameter override for _request method in module_utils/identity/keycloak (https://github.com/ansible-collections/community.general/pull/10841).