mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
fix: dict check for client users
This commit is contained in:
parent
47751a2f39
commit
c2314ad068
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
b81!---
|
||||
- name: Generate keycloak auth token
|
||||
uri:
|
||||
url: "{{ keycloak_url }}/auth/realms/master/protocol/openid-connect/token"
|
||||
|
@ -77,4 +77,4 @@
|
|||
loop: "{{ keycloak_clients | flatten }}"
|
||||
loop_control:
|
||||
loop_var: client
|
||||
when: "'users' in keycloak_clients"
|
||||
when: "'users' in client"
|
Loading…
Add table
Reference in a new issue