From f35a7304ce70b28f641d82fe5e28d402a4a80dd4 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 23 Oct 2025 14:00:36 +0000 Subject: [PATCH] Update file main.yml --- roles/matrix/tasks/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml index 9720f0a..3a1b0d3 100644 --- a/roles/matrix/tasks/main.yml +++ b/roles/matrix/tasks/main.yml @@ -78,7 +78,7 @@ src: log.config dest: "{{ matrix_config_dir }}/log.config" mode: 0644 - + - name: Deploy Matrix docker-compose.yml template: src: "docker-compose.yml.j2" @@ -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