copr-dist-git: switch selinux to enforcing

This commit is contained in:
clime 2017-07-31 09:39:15 +02:00
parent 9d0a56f5bf
commit 6d2dadf8b5

View file

@ -25,8 +25,8 @@
- dist-git-selinux
- copr-dist-git
- name: switch selinux to permissive
selinux: policy=targeted state=permissive
- name: switch selinux to enforcing
selinux: policy=targeted state=enforcing
- name: make sure directories are owned by copr-dist-git user
file: path={{ item }} owner=copr-dist-git group=copr-dist-git state=directory recurse=yes