mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 12:35:30 +08:00
Fix this up to actually match
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user