Do not try to start postgres when it's external
This commit is contained in:
parent
ab1a9fd87e
commit
f422e379c2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
- name: Ensure matrix-postgres autoruns and is restarted
|
- name: Ensure matrix-postgres autoruns and is restarted
|
||||||
service: name=matrix-postgres enabled=yes state=restarted daemon_reload=yes
|
service: name=matrix-postgres enabled=yes state=restarted daemon_reload=yes
|
||||||
|
when: "not matrix_postgres_use_external"
|
||||||
|
|
||||||
- name: Ensure matrix-s3fs autoruns and is restarted
|
- name: Ensure matrix-s3fs autoruns and is restarted
|
||||||
service: name=matrix-s3fs enabled=yes state=restarted daemon_reload=yes
|
service: name=matrix-s3fs enabled=yes state=restarted daemon_reload=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue