Removed wait for database

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-08 09:56:37 +01:00
parent b4f580ddae
commit db38b72373

View File

@ -66,14 +66,6 @@
meta: flush_handlers
when: setup | bool
- name: wait for database
wait_for:
host: 127.0.0.1
port: 3306
delay: "{{database_delay}}"
timeout: 360
when: setup | bool
- name: execute database migration
command:
cmd: "docker compose -p mailu exec admin flask mailu admin admin {{top_domain}} {{mailu_initial_root_password}}"