koji_builder: just revert this here and install python3-libselinux in kickstart

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-06-01 17:07:58 +00:00
parent 6f4518d90a
commit 7ef87c29ec

View file

@ -102,7 +102,6 @@
dnf: state=present pkg={{ item }}
with_items:
- koji-builder-plugins
- python3-libselinux
tags:
- koji_builder
when: ansible_distribution_major_version|int >= 28