From c015ad545c54221041486749291fb66e43583119 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 13 Mar 2015 00:45:16 +0000 Subject: [PATCH] Same fix on more places --- roles/distgit/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 9658416119..d782296fed 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -49,8 +49,8 @@ - selinux - name: set the SELinux policy for the distgit root directory - command: semanage fcontext -a -t httpd_git_content_t "/srv/git(/.*)?" - when: distgitcontext.stdout.find('httpd_git_content_t') == -1 + command: semanage fcontext -a -t git_user_content_t "/srv/git(/.*)?" + when: distgitcontext.stdout.find('git_user_content_t') == -1 tags: - config - distgit