ci: linter version update fixes

This commit is contained in:
Guido Grazioli 2022-05-11 11:33:52 +02:00
commit 9278d3440e
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
6 changed files with 12 additions and 6 deletions

View file

@ -35,7 +35,8 @@
src: "{{ keycloak_jboss_home }}/standalone/log"
dest: /var/log/keycloak
- block:
- name: Set admin credentials and restart if not already created
block:
- 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"