Explicit perms for this.

This commit is contained in:
Ralph Bean 2016-01-12 12:38:47 -05:00
parent db2b4c8d6a
commit 738912f897

View file

@ -29,7 +29,9 @@
tags: pdc
- name: Copy over settings_local.py
template: src=settings_local.py dest=/usr/lib/python2.7/site-packages/pdc/settings_local.py
template: src=settings_local.py
dest=/usr/lib/python2.7/site-packages/pdc/settings_local.py
mode=0600 owner=apache group=apache
notify: reload httpd
tags: pdc