mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Keycloak: Fix bug on keycloak_authentication, requirement not always updated (#3330)
* Fix diff mode when updating authentication flow with keycloak_authentication module * Update documentation of create_or_update_executions function (return tuple instead of dict) * Fix: Update requirement when new exex created * Add changelog fragment * Update changelogs/fragments/3330-bugfix-keycloak-authentication-flow-requirements-not-set-correctly.yml.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/3330-bugfix-keycloak-authentication-flow-requirements-not-set-correctly.yml.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Edit requirement of sublow Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3715b6ef46
commit
147ca2fe66
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- keycloak_authentication - fix bug, the requirement was always on ``DISABLED`` when creating a new authentication flow
|
||||
(https://github.com/ansible-collections/community.general/pull/3330).
|
Loading…
Add table
Add a link
Reference in a new issue