Apply selinux type to fmn static files.

This commit is contained in:
Ralph Bean 2013-12-09 21:49:22 +00:00
parent c468d67ff7
commit c23e9730fc

View file

@ -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