mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 13:41:24 +08:00
Apply selinux type to crawler log files
This commit is contained in:
@@ -40,3 +40,10 @@
|
||||
- restart httpd
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: apply selinux type to crawler log files
|
||||
file: >
|
||||
dest=/var/log/mirrormanager/crawler
|
||||
setype=httpd_sys_content_t
|
||||
state=directory
|
||||
recurse=yes
|
||||
|
||||
Reference in New Issue
Block a user