Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
overmind
/
matrix-docker-ansible-deploy
mirror da
https://github.com/spantaleev/matrix-docker-ansible-deploy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Do not wastefully preserve owner/group when importing media store files
pull/6/head
Slavi Pantaleev
9 anni fa
parent
0f723c9574
commit
9b97ab6a90
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-0
roles/matrix-server/tasks/import_media_store.yml
+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml
Vedi File
@@ -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:
Scrivi
Anteprima
Caricamento…
Annulla
Salva