Add Fedora 39

This commit is contained in:
Jason Rothstein 2024-03-16 20:24:36 -05:00
parent a572436625
commit 62f81512ff

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'