keycloak wait for the listening port using the correct interface.

This commit is contained in:
Andrea Dell'Amico 2024-05-29 18:47:37 +02:00
parent e9fdd107a6
commit a177be5312
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -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