blockerbugs: make settings.py not others readable
This commit is contained in:
parent
3cb6f5ca9d
commit
54846977e3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue