Fix this up to actually match

This commit is contained in:
Kevin Fenzi 2015-02-02 03:05:48 +00:00
parent 15c7365825
commit a3d36184d2

View file

@ -78,7 +78,7 @@
- name: adding datagrepper dir in httpd context
command: semanage fcontext -a -t httpd_cache_t "/var/cache/datagrepper(/.*)?"
when: cachedir.stdout.find('httpd_sys_content_t') == -1
when: cachedir.stdout.find('httpd_cache_t') == -1
tags:
- datagrepper