Fedora 41

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2024-12-27 15:52:41 -06:00
parent e5051ae34b
commit 4abec6bf41

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'