瀏覽代碼

Add some missing tags to Synapse role

Without these:

- `--tags=install-synapse` and `--tags=install-all` would be incomplete
and will not contain Synapse worker configuration

- `--tags=install-synapse-reverse-proxy-companion` and
  `--tags=setup-synapse-reverse-proxy-companion` would not contain
  Synapse worker configuration
pull/2329/head
Slavi Pantaleev 3 年之前
父節點
當前提交
f186d6236d
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      roles/custom/matrix-synapse/tasks/main.yml

+ 4
- 0
roles/custom/matrix-synapse/tasks/main.yml 查看文件

@@ -6,6 +6,10 @@
tags:
- setup-all
- setup-synapse
- install-all
- install-synapse
- setup-synapse-reverse-proxy-companion
- install-synapse-reverse-proxy-companion
- start
- start-all
- start-group


Loading…
取消
儲存