Fedora 42

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2025-04-27 12:39:58 -05:00
parent fabfe6d8a3
commit 0f17999e87
+11
View File
@@ -0,0 +1,11 @@
---
# vars file for ensure_os_patch
package_list:
- name: 'dnf5-plugin-automatic'
state: 'present'
- name: '*'
state: 'latest'
service_list:
- name: 'dnf5-automatic.timer'
state: 'started'
enabled: 'yes'