blockerbugs: make settings.py not others readable

This commit is contained in:
Martin Krizek 2016-11-28 16:25:33 +00:00
parent 3cb6f5ca9d
commit 54846977e3

View file

@ -32,7 +32,7 @@
- blockerbugs
- name: setup blockerbugs app settings file
template: src=blockerbugs-settings.py.j2 dest=/etc/blockerbugs/settings.py mode=644
template: src=blockerbugs-settings.py.j2 dest=/etc/blockerbugs/settings.py owner=blockerbugs group=root mode=640
notify:
- reload httpd
tags: