fix: typo

main
Guido Grazioli 2022-01-31 17:21:57 +01:00
parent c2314ad068
commit ce6982ad51
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
b81!---
---
- name: Generate keycloak auth token
uri:
url: "{{ keycloak_url }}/auth/realms/master/protocol/openid-connect/token"

View File

@ -1,5 +1,4 @@
---
- name: "Get User {{ user.username }}"
uri:
url: "{{ keycloak_url }}/auth/admin/realms/{{ keycloak_realm }}/users?username={{ user.username }}"