use proper service name in task names

This commit is contained in:
Guido Grazioli 2022-03-17 10:45:55 +01:00
commit e773e12e24
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
10 changed files with 26 additions and 29 deletions

View file

@ -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