Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Do not wastefully preserve owner/group when importing media store files
pull/6/head
Slavi Pantaleev
il y a 8 ans
Parent
0f723c9574
révision
9b97ab6a90
1 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+3
-0
roles/matrix-server/tasks/import_media_store.yml
+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml
Voir le fichier
@@ -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:
Écrire
Aperçu
Chargement…
Annuler
Enregistrer