mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
keycloak_authentication_v2: verify providerIds (fix 11583) (#11585)
* 11583 verify providerIds in keycloak_authentication_v2 * 11583 code cleanup --------- Co-authored-by: Thomas Bargetz <thomas.bargetz@rise-world.com>
This commit is contained in:
parent
d8bb637cba
commit
25b5655be7
4 changed files with 118 additions and 1 deletions
|
|
@ -31,4 +31,8 @@
|
|||
|
||||
- name: Executing flow deletion tests
|
||||
ansible.builtin.include_tasks:
|
||||
file: tests/test_flow_deletion.yml
|
||||
file: tests/test_flow_deletion.yml
|
||||
|
||||
- name: Invalid providerIds in execution tests
|
||||
ansible.builtin.include_tasks:
|
||||
file: tests/test_invalid_poviderid_flow_creation.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue