SELinux prevents login on Koschei Fedora 27 machines

This commit is contained in:
Mikolaj Izdebski 2017-12-08 11:28:16 +00:00
parent 7e8e8d6288
commit 6f97b5dad7

View file

@ -1,4 +1,14 @@
---
# 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