libravatar: fix selinux type

This commit is contained in:
clime 2018-10-10 18:52:05 +02:00
parent 33c6c15c3e
commit 87c350f293

View file

@ -25,7 +25,7 @@
- name: Allow apache to read files in /srv
sefcontext:
target: '/srv(/.*)?'
setype: httpd_git_sys_content_t
setype: httpd_sys_content_t
state: present
- git: