mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 12:20:28 -07:00
Updated keycloak_realm/tasks/manage_client_roles.yml
This commit is contained in:
parent
bd84d99fd1
commit
0fdd89d571
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue