selinux: Drop CentOS 7 support
This commit is contained in:
parent
f85e9d8dc4
commit
de1f67e0cf
1 changed files with 0 additions and 7 deletions
|
@ -1,15 +1,8 @@
|
|||
---
|
||||
- name: Install mandatory SELinux packages
|
||||
ansible.builtin.package:
|
||||
name: policycoreutils-python
|
||||
state: installed
|
||||
when: ansible_distribution_major_version|int <= 7
|
||||
|
||||
- name: Install mandatory SELinux packages
|
||||
ansible.builtin.package:
|
||||
name: policycoreutils-python-utils
|
||||
state: installed
|
||||
when: ansible_distribution_major_version|int >= 8
|
||||
|
||||
- name: Create SELinux module directory
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Reference in a new issue