mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
Turn on git_system_enable_homedirs but don't ask why
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user