mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
Pass attributes to realm clients
This commit is contained in:
parent
f013a99832
commit
1cfa229a5f
3 changed files with 33 additions and 3 deletions
|
@ -90,6 +90,7 @@
|
|||
service_accounts_enabled: "{{ item.service_accounts_enabled | default(omit) }}"
|
||||
public_client: "{{ item.public_client | default(False) }}"
|
||||
protocol: "{{ item.protocol | default(omit) }}"
|
||||
attributes: "{{ item.attributes | default(omit) }}"
|
||||
state: present
|
||||
no_log: "{{ keycloak_no_log | default('True') }}"
|
||||
register: create_client_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue