policycoreutils-python is what we want for semanage on rhel

This commit is contained in:
Kevin Fenzi 2016-11-30 19:14:00 +00:00
parent 224a31edf0
commit 8ca5c772e4

View file

@ -9,7 +9,7 @@
yum: name={{ item }} state=present
when: ansible_distribution_major_version|int < 22
with_items:
- libsemanage-python
- policycoreutils-python
tags:
- selinux