Pass attributes to realm clients

This commit is contained in:
Guido Grazioli 2023-04-01 11:45:40 +02:00
commit 1cfa229a5f
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
3 changed files with 33 additions and 3 deletions

View file

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