Enable Fedora 35, remove clamav config in favor of clamav role

This commit is contained in:
Jason Rothstein 2021-11-07 22:54:22 -06:00
parent 95d11db007
commit 347828a868
2 changed files with 9 additions and 5 deletions

View File

@ -5,10 +5,5 @@ package_list:
state: 'present'
- name: 'python3-libsemanage'
state: 'present'
seboolean_list:
- name: 'antivirus_can_scan_system'
persistent: 'yes'
state: 'yes'
selinux_policy: 'targeted'
selinux_state: 'enforcing'

View File

@ -0,0 +1,9 @@
---
# vars file for ensure_selinux
package_list:
- name: 'python3-libselinux'
state: 'present'
- name: 'python3-libsemanage'
state: 'present'
selinux_policy: 'targeted'
selinux_state: 'enforcing'