Remove issues file as we don't fix anything except removing the debian cdrom repos

This commit is contained in:
2026-05-04 19:16:01 -05:00
parent eba373d5ad
commit e03ad5738f
2 changed files with 12 additions and 25 deletions
-13
View File
@@ -1,13 +0,0 @@
# Issues Addressed
| Vendor | Version | Issue |
| ------ | ------- | ----- |
| 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 Python OpenSSL support is updated to handle newer TLS features |
| CentOS | 6-10 | Ensure SELinux Python bindings are present |
| Debian | All | Ensure apt does not reference non-present CDROM media |
| Debian | All | Ensure sudo is present |
| Fedora | 30-44 | Ensure SELinux Python bindings are present |
| Oracle | 8-10 | Ensure SELinux Python bindings are present |
| Rocky | 8-10 | Ensure SELinux Python bindings are present |
+12 -12
View File
@@ -8,12 +8,12 @@
vars:
findme:
files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml'
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-default.yml'
- '{{ ansible_distribution }}-default.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-default.yml'
- '{{ ansible_os_family }}-default.yml'
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
- '{{ ansible_facts["distribution"] }}-default.yml'
- '{{ ansible_facts["os_family"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
- '{{ ansible_facts["os_family"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
- '{{ ansible_facts["os_family"]}}-default.yml'
- 'default.yml'
errors: 'ignore'
- name: 'include vendor / version specific variables'
@@ -25,12 +25,12 @@
vars:
findme:
files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml'
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-default.yml'
- '{{ ansible_distribution }}-default.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}.yml'
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-default.yml'
- '{{ ansible_os_family }}-default.yml'
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
- '{{ ansible_facts["distribution"] }}-default.yml'
- '{{ ansible_facts["os_family"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
- '{{ ansible_facts["os_family"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
- '{{ ansible_facts["os_family"] }}-default.yml'
- 'default.yml'
paths:
- '../vars/'