Turn on git_system_enable_homedirs but don't ask why
This commit is contained in:
parent
6e396b38d6
commit
24d6ca29a8
1 changed files with 8 additions and 0 deletions
|
@ -256,6 +256,14 @@
|
||||||
- config
|
- config
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
|
# Not sure why, but fixes https://fedorahosted.org/fedora-infrastructure/ticket/4825
|
||||||
|
- name: set the selinux boolean git_system_enable_homedirs
|
||||||
|
seboolean: name=git_system_enable_homedirs persistent=yes state=yes
|
||||||
|
tags:
|
||||||
|
- distgit
|
||||||
|
- config
|
||||||
|
- selinux
|
||||||
|
|
||||||
- name: check the selinux context of the Lookaside Cache root directory
|
- name: check the selinux context of the Lookaside Cache root directory
|
||||||
command: matchpathcon /srv/cache
|
command: matchpathcon /srv/cache
|
||||||
register: lcachecontext
|
register: lcachecontext
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue