Fedora 44

This commit is contained in:
2026-04-29 23:51:56 -05:00
parent a210d4edeb
commit 192cf375f5

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'
...