mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[keycloak] fix call of non-existent method in backported code (#10298)
* [#KC] fix call of non-existent method in backported code
commit 8b1a193a backported into stable-9 contains calls to _request method which was created as part of api calls refactoring in main/stable-10 but does not exist in stable-9.
This commit replaces the calls with the previous implementation (open_url method).
* [#KC] add changes fragment
This commit is contained in:
2
changelogs/fragments/10298--keycloak-api-fix-stable9.yml
Normal file
2
changelogs/fragments/10298--keycloak-api-fix-stable9.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "keycloak module_utils - fix call of method which does not exist in stable-9, which was introduced by backporting 8b1a193a (https://github.com/ansible-collections/community.general/pull/10298)."
|
||||
Reference in New Issue
Block a user