mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Add context to the nuancier wsgi file
This commit is contained in:
@@ -72,6 +72,11 @@
|
||||
state=directory
|
||||
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
|
||||
template: src={{ item.file }}
|
||||
dest={{ item.location }}/{{ item.file }}
|
||||
|
||||
Reference in New Issue
Block a user