base: do not try and install old policycoreutils name on rhel8 beta

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-12 22:21:54 +00:00
parent c876bb1fed
commit ec716db512

View file

@ -12,6 +12,7 @@
- policycoreutils-python
tags:
- selinux
when: ansible_distribution_major_version|int != 8
- name: ensure packages required for semanage are installed (dnf)
dnf: name=['policycoreutils-python-utils'] state=present