Fix this up to actually match
This commit is contained in:
parent
15c7365825
commit
a3d36184d2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
- name: adding datagrepper dir in httpd context
|
- name: adding datagrepper dir in httpd context
|
||||||
command: semanage fcontext -a -t httpd_cache_t "/var/cache/datagrepper(/.*)?"
|
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:
|
tags:
|
||||||
- datagrepper
|
- datagrepper
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue