Add Fedora 43 and EL 10, and if using dnf/dnf5/yum package manager we patch by default, allowing duplicate data removal

This commit is contained in:
2026-03-09 00:33:51 -05:00
parent 73725a8751
commit a210d4edeb
38 changed files with 129 additions and 89 deletions

View File

@@ -0,0 +1,10 @@
---
# vars file for ensure_os_patch
package_list:
- name: 'dnf5-plugin-automatic'
state: 'present'
service_list:
- name: 'dnf5-automatic.timer'
state: 'started'
enabled: 'yes'
...