Fedora 42

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2025-04-27 12:48:16 -05:00
parent 67f0221bf2
commit eb23188dd3
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

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'