1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/2904-fix-bug-when-2-identical-executions-in-same-auth-flow.yml
Gaetan2907 0e829e6a23
Fix bug when 2 identical executions in same auth flow (#2904)
* 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>
2021-06-30 15:01:17 +02:00

3 lines
188 B
YAML

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