koji_builder: we need python3-libselinux for python3 builders

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

View file

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