diff --git a/roles/people/tasks/main.yml b/roles/people/tasks/main.yml index 9d08bbf5a2..89cf587a34 100644 --- a/roles/people/tasks/main.yml +++ b/roles/people/tasks/main.yml @@ -52,7 +52,7 @@ - name: set the SELinux policy for the users home git dirs command: semanage fcontext -a -t git_user_content_t "/home/fedora/(/.*)/public_git(/.*)?" - when: distgitcontext.stdout.find('git_user_content_t') == -1 + when: gitcontext.stdout.find('git_user_content_t') == -1 tags: - config - selinux