소스 검색

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…
취소
저장