mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
Allow apache to read/use static content
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user