Fix settings.py permissions on ask01.stg.
This commit is contained in:
parent
c14eb4b78f
commit
9f3511ff1d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
- name: install askbot settings.py template
|
- name: install askbot settings.py template
|
||||||
template: >
|
template: >
|
||||||
src={{ item }} dest="/etc/askbot/sites/ask/config/settings.py"
|
src={{ item }} dest="/etc/askbot/sites/ask/config/settings.py"
|
||||||
owner=fedmsg group=fedmsg mode=0600
|
owner=apache group=fedmsg mode=0640
|
||||||
with_items:
|
with_items:
|
||||||
- settings.py
|
- settings.py
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue