mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9297802089
* fix events_listeners element type
add events_enabled parameter
* Update plugins/modules/identity/keycloak/keycloak_realm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* add changelog
* Update changelogs/fragments/3231-fix-keycloak-realm-events.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/3231-fix-keycloak-realm-events.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/identity/keycloak/keycloak_realm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 825e17c1cf
)
Co-authored-by: Laurent Paumier <30328363+laurpaum@users.noreply.github.com>
5 lines
No EOL
382 B
YAML
5 lines
No EOL
382 B
YAML
bugfixes:
|
|
- keycloak_realm - element type for ``events_listeners`` parameter should be ``string`` instead of ``dict`` (https://github.com/ansible-collections/community.general/pull/3231).
|
|
minor_changes:
|
|
- keycloak_realm - add ``events_enabled`` parameter to allow activation or deactivation of login events (https://github.com/ansible-collections/community.general/pull/3231).
|
|
|