Allow apache to read/use static content
This commit is contained in:
parent
96a2ed93d2
commit
ae2df0d7e8
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@
|
|||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: apply selinux type to static files
|
||||
file: >
|
||||
des/usr/lib/python2.6/site-packages/nuancier/static/
|
||||
setype=httpd_sys_content_t
|
||||
state=directory
|
||||
recurse=yes
|
||||
|
||||
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
||||
template: src={{ item.file }}
|
||||
dest={{ item.location }}/{{ item.file }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue