fix selinux context from mirror data diretories
This commit is contained in:
parent
dce83410e4
commit
4417cb2697
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: fix selinux contexts from data directory
|
||||
sefcontext:
|
||||
path: /export/mirrors(/.*)?
|
||||
setype: public_content_t
|
||||
|
||||
- name: create data directory link
|
||||
file:
|
||||
path: /srv/mirrors
|
||||
|
|
Loading…
Add table
Reference in a new issue