ci: linter version update fixes

This commit is contained in:
Guido Grazioli
2022-05-11 11:33:52 +02:00
parent 3b45c133b8
commit 9278d3440e
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"