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 wastefully preserve owner/group when importing media store files
pull/6/head
Slavi Pantaleev
há 9 anos
ascendente
0f723c9574
cometimento
9b97ab6a90
1 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-0
roles/matrix-server/tasks/import_media_store.yml
+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml
Ver ficheiro
@@ -39,6 +39,9 @@
src: "{{ local_path_media_store }}/"
dest: "{{ matrix_synapse_media_store_path }}"
delete: yes
# It's wasteful to preserve owner/group now. We chown below anyway.
owner: no
group: no
- name: Ensure media store permissions are correct
file:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar