Apply selinux type to fmn static files.
This commit is contained in:
parent
c468d67ff7
commit
c23e9730fc
1 changed files with 7 additions and 0 deletions
|
@ -33,3 +33,10 @@
|
|||
- name: copy live docs
|
||||
copy: src=$item dest=/usr/lib/python2.6/site-packages/fmn/web/docs
|
||||
with_fileglob: fedora-sitedocs/*.rst
|
||||
|
||||
- name: apply selinux type to static files
|
||||
file: >
|
||||
dest=/usr/share/fmn.web/static
|
||||
setype=httpd_sys_content_t
|
||||
state=directory
|
||||
recurse=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue