Fedora 44
This commit is contained in:
11
ISSUES.md
11
ISSUES.md
@@ -1,14 +1,13 @@
|
|||||||
# Issues Addressed
|
# Issues Addressed
|
||||||
|
|
||||||
|
|
||||||
| Vendor | Version | Issue |
|
| Vendor | Version | Issue |
|
||||||
| ------ | ------- | ----- |
|
| ------ | ------- | ----- |
|
||||||
| Alma | 8-9 | Ensure SELinux Python bindings are present |
|
| Alma | 8-10 | Ensure SELinux Python bindings are present |
|
||||||
| CentOS | 6 | Ensure ACPI Daemon is both running and present so that OS will respond to physical or virtual ACPI events |
|
| CentOS | 6 | Ensure ACPI Daemon is both running and present so that OS will respond to physical or virtual ACPI events |
|
||||||
| CentOS | 6 | Ensure Python OpenSSL support is updated to handle newer TLS features |
|
| CentOS | 6 | Ensure Python OpenSSL support is updated to handle newer TLS features |
|
||||||
| CentOS | 6-9 | Ensure SELinux Python bindings are present |
|
| CentOS | 6-10 | Ensure SELinux Python bindings are present |
|
||||||
| Debian | All | Ensure apt does not reference non-present CDROM media |
|
| Debian | All | Ensure apt does not reference non-present CDROM media |
|
||||||
| Debian | All | Ensure sudo is present |
|
| Debian | All | Ensure sudo is present |
|
||||||
| Fedora | 30-42 | Ensure SELinux Python bindings are present |
|
| Fedora | 30-44 | Ensure SELinux Python bindings are present |
|
||||||
| Oracle | 8-9 | Ensure SELinux Python bindings are present |
|
| Oracle | 8-10 | Ensure SELinux Python bindings are present |
|
||||||
| Rocky | 8-9 | Ensure SELinux Python bindings are present |
|
| Rocky | 8-10 | Ensure SELinux Python bindings are present |
|
||||||
|
|||||||
7
vars/Fedora-44-default.yml
Normal file
7
vars/Fedora-44-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