Deployer: Keycloak - Add more delay before configuring

This commit is contained in:
Christer Warén
2025-09-30 23:36:54 +03:00
parent 9f9ed5d029
commit 1fe2b0eae1

View File

@@ -908,7 +908,7 @@
ansible.builtin.wait_for: ansible.builtin.wait_for:
host: "127.0.0.1" host: "127.0.0.1"
port: 8080 port: 8080
delay: 15 delay: 30
tags: tags:
- keycloak - keycloak
- sso - sso