mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
More copypasta. Yum
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user