Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
overmind
/
matrix-docker-ansible-deploy
réplica de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Do not wastefully preserve owner/group when importing media store files
pull/6/head
Slavi Pantaleev
hace 8 años
padre
0f723c9574
commit
9b97ab6a90
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
roles/matrix-server/tasks/import_media_store.yml
+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar