Add Alma/Oracle/Rocky 8 and 9

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-06-30 13:39:42 -05:00
parent 587baf8245
commit 68ca6cc1f8
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46
6 changed files with 42 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'

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'

7
vars/Rocky-8-default.yml Normal file
View File

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

7
vars/Rocky-9-default.yml Normal file
View File

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