瀏覽代碼

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


Loading…
取消
儲存