ソースを参照

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

読み込み中…
キャンセル
保存