mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-03 15:04:12 -07:00
ci: linter version update fixes
This commit is contained in:
parent
3b45c133b8
commit
9278d3440e
6 changed files with 12 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue