浏览代码

Do not try to start postgres when it's external

pull/6/head
Slavi Pantaleev 9 年前
父节点
当前提交
f422e379c2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/matrix-server/tasks/start.yml

+ 1
- 0
roles/matrix-server/tasks/start.yml 查看文件

@@ -2,6 +2,7 @@

- name: Ensure matrix-postgres autoruns and is restarted
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
service: name=matrix-s3fs enabled=yes state=restarted daemon_reload=yes


正在加载...
取消
保存