Update file main.yml

This commit is contained in:
Administrator 2025-10-23 14:00:36 +00:00
parent 44c41311ba
commit f35a7304ce

View File

@ -92,13 +92,6 @@
args:
executable: /bin/bash
- name: Wait for PostgreSQL to be ready
wait_for:
host: localhost
port: 5432
timeout: 60
delegate_to: localhost
- name: Wait for Synapse to start
pause:
seconds: 30