Fix bug when 2 identical executions in same auth flow (#2904) (#2908)

* Fix bug when 2 identical executions in same auth flow

* Add changelog fragment

* Fix unit tests

* Update changelogs/fragments/2904-fix-bug-when-2-identical-executions-in-same-auth-flow.yml

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

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 0e829e6a23)

Co-authored-by: Gaetan2907 <48204380+Gaetan2907@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-06-30 15:22:29 +02:00
committed by GitHub
parent 7ef25be10c
commit 7d1abf5d6a
3 changed files with 12 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- keycloak_authentication - fix bug when two identical executions are in the same authentication flow
(https://github.com/ansible-collections/community.general/pull/2904).