Add Fedora 38 and CentOS 9

This commit is contained in:
Jason Rothstein 2023-04-30 17:38:40 -05:00
parent 9b7f448a8e
commit 1fbacc42e7
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
# vars file for ensure_ansible_prereq
package_list:
- name: 'python3-libselinux'
state: 'present'
- name: 'python3-libsemanage'
state: 'present'

View File

@ -0,0 +1,7 @@
---
# vars file for ensure_ansible_prereq
package_list:
- name: 'python3-libselinux'
state: 'present'
- name: 'python3-libsemanage'
state: 'present'