Fedora 43, 44

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-04-30 19:45:01 -05:00
parent 520600d269
commit 9779d19380
2 changed files with 18 additions and 0 deletions

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'

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'