diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index d2f0c0c758..7e49ef1f94 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -32,6 +32,8 @@ - name: allow httpd to access the files on NFS seboolean: name=httpd_use_nfs state=yes persistent=yes +- name: allow httpd to access git user content + seboolean: name=httpd_read_user_content state=yes persistent=yes # -- Dist Git -------------------------------------------- # This is the Git setup itself: group, root directory, scripts,...