finally fix logfile permissions

py3-deploy
eric 2018-06-28 15:53:06 -04:00
parent 98c50f712b
commit 7e30131454
2 changed files with 1 additions and 9 deletions

View File

@ -87,11 +87,3 @@
settings: "{{ django_settings_module }}"
notify:
- restart apache
- name: Add unglueit log file to www-data group
become: yes
file:
path: "/var/log/regluit/unglue.it.log"
group: www-data
notify:
- restart apache

View File

@ -104,7 +104,7 @@
state: directory
owner: "{{ user_name }}"
group: "www-data"
mode: 0775
mode: 02775
- name: Open ports on firewall
become: yes