Add Fedora 38

This commit is contained in:
Jason Rothstein 2023-04-29 20:15:16 -05:00
parent 4f178ab4f7
commit 30c82829f9

View File

@ -0,0 +1,14 @@
---
# vars file for ensure_os_patch
package_list:
- name: 'dnf-automatic'
state: 'present'
- name: '*'
state: 'latest'
service_list:
- name: 'dnf-automatic.timer'
state: 'started'
enabled: 'yes'
- name: 'dnf-automatic-install.timer'
state: 'started'
enabled: 'yes'