Updated keycloak_realm/tasks/manage_client_roles.yml
parent
bd84d99fd1
commit
0fdd89d571
|
@ -9,9 +9,6 @@
|
||||||
auth_realm: "{{ keycloak_auth_realm }}"
|
auth_realm: "{{ keycloak_auth_realm }}"
|
||||||
auth_username: "{{ keycloak_admin_user }}"
|
auth_username: "{{ keycloak_admin_user }}"
|
||||||
auth_password: "{{ keycloak_admin_password }}"
|
auth_password: "{{ keycloak_admin_password }}"
|
||||||
attributes: "{{ item.attributes | default(omit) }}"
|
|
||||||
token: "{{ item.token | default(omit) }}"
|
|
||||||
validate_certs: "{{ item.validate_certs | default(omit) }}"
|
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ client.roles | flatten }}"
|
loop: "{{ client.roles | flatten }}"
|
||||||
when: "'roles' in client"
|
when: "'roles' in client"
|
||||||
|
|
Loading…
Reference in New Issue