|
@@ -49,7 +49,7 @@
|
49
|
49
|
file: path=/root/selfoss state=absent
|
50
|
50
|
|
51
|
51
|
- name: Set selfoss ownership
|
52
|
|
- action: file owner=root group=www-data path=/var/www/selfoss recurse=yes state=directory
|
|
52
|
+ action: file owner=www-data group=www-data path=/var/www/selfoss recurse=yes state=directory
|
53
|
53
|
|
54
|
54
|
- name: Set selfoss permission
|
55
|
55
|
action: file path=/var/www/selfoss/{{ item }} mode=0775
|