Set more SELinux labels

This commit is contained in:
Aurélien Bompard 2018-10-24 17:45:44 +00:00
parent e168e6a452
commit d290641727

View file

@ -251,9 +251,14 @@
- name: set selinux labels
file:
path: /srv/taiga/taiga-front-dist/dist
path: "/srv/taiga/{{ item }}"
state: directory
setype: httpd_sys_content_rw_t
recurse: yes
with_items:
- taiga-front-dist/dist
- taiga-back/static
- taiga-back/media
### DONE with taiga-front