Ver código fonte

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 anos atrás
pai
commit
f186d6236d
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      roles/custom/matrix-synapse/tasks/main.yml

+ 4
- 0
roles/custom/matrix-synapse/tasks/main.yml Ver arquivo

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


Carregando…
Cancelar
Salvar