commit | ff5933e169c3508926fc41b0c14afa94dbabc700 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Wed Jul 17 23:01:20 2024 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 17 21:01:20 2024 +0000 |
tree | 87983a7c3c9d39726051435945a2270b8bdd5996 | |
parent | 1f7d5f6c61965c42746969dd70054a53461bb00b [diff] |
[stable/2023.1] fix: this targets mysql upgrade needs (#1611) This is an automated cherry-pick of #1409 /assign ricolin
diff --git a/roles/keycloak/tasks/main.yml b/roles/keycloak/tasks/main.yml index d8b5e10..5c65bd3 100644 --- a/roles/keycloak/tasks/main.yml +++ b/roles/keycloak/tasks/main.yml
@@ -34,7 +34,7 @@ - version register: mysql_ready until: mysql_ready is not failed - retries: 60 + retries: 120 delay: 5 - name: Create Keycloak database