Skip to content
Snippets Groups Projects
Commit 545887ad authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

fix permissions

parent bd3e8fe7
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,21 @@
group: www-data
with_items:
- "/srv/matrix/"
- "/srv/matrix/db/"
- "/srv/matrix/ma1sd-config/"
- "/srv/matrix/ma1sd-data/"
- "/srv/matrix/synapse-data/"
- name: create folder struct for matrix db
file:
path: "{{ item }}"
state: "directory"
owner: 999
group: 999
with_items:
- "/srv/matrix/db/"
- name: Konfig-Dateien erstellen
template: src={{ item }} dest=/srv/matrix/{{ item }}
with_items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment