Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
overmind
/
matrix-docker-ansible-deploy
espelho de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Do not do the S3 setup so early
It was never intended to be there, but was while testing/development and got forgotten later.
pull/6/head
Slavi Pantaleev
há 8 anos
ascendente
0f43abb91d
cometimento
49e5dad86d
1 ficheiros alterados
com
5 adições
e
5 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+5
-5
roles/matrix-server/tasks/main.yml
+ 5
- 5
roles/matrix-server/tasks/main.yml
Ver ficheiro
@@ -1,10 +1,5 @@
---
- include: tasks/setup_s3fs.yml
tags:
- setup-main
- setup-s3fs
- include: tasks/setup_base.yml
tags:
- setup-main
@@ -23,6 +18,11 @@
- setup-main
- setup-postgres
- include: tasks/setup_s3fs.yml
tags:
- setup-main
- setup-s3fs
- include: tasks/setup_synapse.yml
tags:
- setup-main
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar