Addressed review comments

This commit is contained in:
root 2022-01-27 08:17:30 -06:00
commit 2324d4070e
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}"