Skip to content

Commit

Permalink
fix: this targets mysql upgrade needs (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin authored Jun 19, 2024
1 parent 3708ece commit 8bedb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/keycloak/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- version
register: mysql_ready
until: mysql_ready is not failed
retries: 60
retries: 120
delay: 5

- name: Create Keycloak database
Expand Down

0 comments on commit 8bedb84

Please sign in to comment.