mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-16 22:42:11 +00:00
Addressed review comments
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
name: "{{ item }}"
|
||||
realm: "{{ client.realm }}"
|
||||
client_id: "{{ client.name }}"
|
||||
description: "{{ item.description | default(omit) }}"
|
||||
auth_client_id: "{{ keycloak_auth_client }}"
|
||||
auth_keycloak_url: "{{ keycloak_url }}/auth"
|
||||
auth_realm: "{{ keycloak_auth_realm }}"
|
||||
|
||||
Reference in New Issue
Block a user