mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00:00
fix typo
This commit is contained in:
@@ -1346,7 +1346,7 @@ def main():
|
|||||||
|
|
||||||
# See if it already exists in Keycloak
|
# See if it already exists in Keycloak
|
||||||
if cid is None:
|
if cid is None:
|
||||||
before_client = kc.get_client_by_client_idd(module.params.get("client_id"), realm=realm)
|
before_client = kc.get_client_by_client_id(module.params.get("client_id"), realm=realm)
|
||||||
if before_client is not None:
|
if before_client is not None:
|
||||||
cid = before_client["id"]
|
cid = before_client["id"]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user