Updated keycloak_realm/tasks/manage_client_roles.yml

main
root 2022-01-19 11:41:20 -06:00
parent bd84d99fd1
commit 0fdd89d571
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@
auth_realm: "{{ keycloak_auth_realm }}"
auth_username: "{{ keycloak_admin_user }}"
auth_password: "{{ keycloak_admin_password }}"
attributes: "{{ item.attributes | default(omit) }}"
token: "{{ item.token | default(omit) }}"
validate_certs: "{{ item.validate_certs | default(omit) }}"
state: present
loop: "{{ client.roles | flatten }}"
when: "'roles' in client"