This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Make /matrix owned by matrix:matrix
pull/6/head
Slavi Pantaleev
8 years ago
parent
19e191f0bd
commit
dd5cabf658
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-server/tasks/setup_main.yml
+ 1
- 0
roles/matrix-server/tasks/setup_main.yml
View File
@@ -27,4 +27,5 @@
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
with_items:
- "{{ matrix_base_data_path }}"
- "{{ matrix_synapse_base_path }}"
Write
Preview
Loading…
Cancel
Save