Skip to content
Snippets Groups Projects
Verified Commit 7be2b9b6 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

wait for keycloak to initialize so admin creation works

parent 22cefb8a
No related branches found
No related tags found
No related merge requests found
Pipeline #16712 passed
This commit is part of merge request !544. Comments created here will be created in the context of that merge request.
......@@ -39,6 +39,9 @@
- name: start and enable keycloak
service: name=keycloak enabled=yes daemon_reload=yes state=started
- name: wait for keycloak to initialize
wait_for: port={{ keycloak_port }}
always:
- name: remove admin credentials once keycloak is running
file: path=/etc/keycloak/admin-user.conf state=absent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment