Fix changelog fragment classification.

pull/9646/head
Felix Fontein 2025-01-27 07:05:49 +01:00
parent 87b6a97dae
commit 73b9756fd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
major_changes:
minor_changes:
- keycloak_* modules - ``refresh_token`` parameter added. When multiple authentication parameters are provided (``token``, ``refresh_token``, and ``auth_username``/``auth_password``), modules will now automatically retry requests upon authentication errors (401), using in order the token, refresh token, and username/password (https://github.com/ansible-collections/community.general/pull/9494).