keycloak wait for the listening port using the correct interface.
This commit is contained in:
parent
e9fdd107a6
commit
a177be5312
|
@ -38,6 +38,7 @@
|
|||
|
||||
- name: Wait for the service to be up before proceeding
|
||||
ansible.builtin.wait_for:
|
||||
host: "{{ keycloak_listen }}"
|
||||
port: "{% if keycloak_https_enabled %}{{ keycloak_https_port }}{% else %}{{ keycloak_http_port }}{% endif %}"
|
||||
delay: 10
|
||||
timeout: 90
|
||||
|
|
Loading…
Reference in New Issue