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
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
|
- name: fix selinux contexts from data directory
|
||||||
|
sefcontext:
|
||||||
|
path: /export/mirrors(/.*)?
|
||||||
|
setype: public_content_t
|
||||||
|
|
||||||
- name: create data directory link
|
- name: create data directory link
|
||||||
file:
|
file:
|
||||||
path: /srv/mirrors
|
path: /srv/mirrors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue