소스 검색

Ensure the config.ini is readable by www-data

Justin Plock 9 년 전
부모
커밋
ab00ee6376
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/news/tasks/selfoss.yml

+ 1
- 1
roles/news/tasks/selfoss.yml 파일 보기

@@ -34,7 +34,7 @@
34 34
   postgresql_db: login_host=localhost login_user={{ db_admin_username }} login_password="{{ db_admin_password }}" name={{ selfoss_db_database }} state=present owner={{ selfoss_db_username }}
35 35
 
36 36
 - name: Install selfoss config.ini
37
-  template: src=var_www_selfoss_config.ini.j2 dest=/var/www/selfoss/config.ini group=www-data owner=root
37
+  template: src=var_www_selfoss_config.ini.j2 dest=/var/www/selfoss/config.ini group=www-data owner=root mode=0640
38 38
 
39 39
 - name: Enable Apache rewrite module
40 40
   command: a2enmod rewrite creates=/etc/apache2/mods-enabled/rewrite.load

Loading…
취소
저장