keycloak_realm: Add support for setting first broker login flow (#11622)

* keycloak_realm: Add support for setting first broker login flow

* Update plugins/modules/keycloak_realm.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add changelog fragment

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Nils Bergmann
2026-03-23 20:07:11 +01:00
committed by GitHub
parent 6d3ab1a80c
commit 7c039918e0
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- keycloak_realm - add ``first_broker_login_flow`` parameter (https://github.com/ansible-collections/community.general/pull/11622).