Switch SELinux on Koschei back to enforcing

Hopefully SELinux bug workaround shouldn't be needed any longer.
This commit is contained in:
Mikolaj Izdebski 2018-02-08 12:24:56 +01:00
parent e4baec55e4
commit cc6ca2352a

View file

@ -1,14 +1,4 @@
---
# FIXME workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1513704
# See also: https://pagure.io/fedora-infrastructure/issue/6540
- name: Put SELinux in permissive mode
selinux: state=permissive policy=targeted
when: ansible_distribution_major_version|int > 26
tags:
- koschei
- config
- selinux
- name: Add koschei copr dev repo on stg
when: env == "staging"
template: src=copr.repo.j2 dest=/etc/yum.repos.d/copr.repo