Add context to the nuancier wsgi file
This commit is contained in:
parent
0b6c42dcbf
commit
acf3179581
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@
|
||||||
state=directory
|
state=directory
|
||||||
recurse=yes
|
recurse=yes
|
||||||
|
|
||||||
|
- name: apply selinux type to the wsgi file
|
||||||
|
file: >
|
||||||
|
dest=/usr/share/nuancier/nuancier.wsgi
|
||||||
|
setype=httpd_sys_content_t
|
||||||
|
|
||||||
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
- name: hotfix python-fedora-flask to include latest flask_fas_openid
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
dest={{ item.location }}/{{ item.file }}
|
dest={{ item.location }}/{{ item.file }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue