selinux: update module to support centos 8
This commit is contained in:
parent
7a19cf852c
commit
302427c85f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue