Add Fedora 43, and EL 10 support
This commit is contained in:
7
vars/AlmaLinux-10-default.yml
Normal file
7
vars/AlmaLinux-10-default.yml
Normal 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/CentOS-10-default.yml
Normal file
7
vars/CentOS-10-default.yml
Normal 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/Fedora-43-defualt.yml
Normal file
7
vars/Fedora-43-defualt.yml
Normal 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/OracleLinux-10-default.yml
Normal file
7
vars/OracleLinux-10-default.yml
Normal 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-10-default.yml
Normal file
7
vars/Rocky-10-default.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
# vars file for ensure_ansible_prereq
|
||||||
|
package_list:
|
||||||
|
- name: 'python3-libselinux'
|
||||||
|
state: 'present'
|
||||||
|
- name: 'python3-libsemanage'
|
||||||
|
state: 'present'
|
||||||
Reference in New Issue
Block a user