mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
fix typo
This commit is contained in:
@@ -1346,7 +1346,7 @@ def main():
|
||||
|
||||
# See if it already exists in Keycloak
|
||||
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:
|
||||
cid = before_client["id"]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user