Turn on git_system_enable_homedirs but don't ask why

This commit is contained in:
Pierre-Yves Chibon 2015-07-15 11:38:22 +02:00
parent 6e396b38d6
commit 24d6ca29a8

View file

@ -256,6 +256,14 @@
- config
- 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
command: matchpathcon /srv/cache
register: lcachecontext