Update file main.yml
This commit is contained in:
parent
44c41311ba
commit
f35a7304ce
@ -78,7 +78,7 @@
|
|||||||
src: log.config
|
src: log.config
|
||||||
dest: "{{ matrix_config_dir }}/log.config"
|
dest: "{{ matrix_config_dir }}/log.config"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
- name: Deploy Matrix docker-compose.yml
|
- name: Deploy Matrix docker-compose.yml
|
||||||
template:
|
template:
|
||||||
src: "docker-compose.yml.j2"
|
src: "docker-compose.yml.j2"
|
||||||
@ -92,13 +92,6 @@
|
|||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
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
|
- name: Wait for Synapse to start
|
||||||
pause:
|
pause:
|
||||||
seconds: 30
|
seconds: 30
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user