mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 16:11:34 -07:00
use proper service name in task names
This commit is contained in:
parent
33e80a0cd4
commit
e773e12e24
10 changed files with 26 additions and 29 deletions
|
@ -36,7 +36,7 @@
|
|||
dest: /var/log/keycloak
|
||||
|
||||
- block:
|
||||
- name: Check admin credentials by generating a token
|
||||
- name: Check admin credentials by generating a token (supposed to fail on first installation)
|
||||
ansible.builtin.uri:
|
||||
url: "{{ keycloak_url }}/auth/realms/master/protocol/openid-connect/token"
|
||||
method: POST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue