瀏覽代碼

Fix for selfoss, need proper permissions so it can work.

Thomas Buck 5 年之前
父節點
當前提交
06b6847a8d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      roles/news/tasks/selfoss.yml

+ 1
- 1
roles/news/tasks/selfoss.yml 查看文件

@@ -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

Loading…
取消
儲存