selinux: update module to support centos 8

This commit is contained in:
Timo Makinen 2020-02-28 00:07:10 +02:00
parent 7a19cf852c
commit 302427c85f

View file

@ -1,5 +1,5 @@
---
- name: install mandatory selinux packages
package:
name: policycoreutils-python
name: "{{ 'policycoreutils-python' if ansible_distribution_major_version < 8 else 'python3-policycoreutils' }}"
state: installed