mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
fix: all praise the allmighty yamllinter
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
service:
|
||||
name: matrix-postgres
|
||||
state: started
|
||||
daemon_reload: yes
|
||||
daemon_reload: true
|
||||
|
||||
- name: Wait a bit, so that Postgres can start
|
||||
wait_for:
|
||||
@ -71,7 +71,7 @@
|
||||
service:
|
||||
name: matrix-synapse
|
||||
state: stopped
|
||||
daemon_reload: yes
|
||||
daemon_reload: true
|
||||
|
||||
- name: Run Postgres vacuum command
|
||||
command: "{{ matrix_postgres_vacuum_command }}"
|
||||
@ -86,5 +86,5 @@
|
||||
service:
|
||||
name: matrix-synapse
|
||||
state: started
|
||||
daemon_reload: yes
|
||||
daemon_reload: true
|
||||
when: "matrix_postgres_synapse_was_running|bool"
|
||||
|
Reference in New Issue
Block a user