Add Fedora 37

This commit is contained in:
Jason Rothstein 2022-12-06 20:36:06 -06:00
parent 59a2c9016e
commit 4f178ab4f7

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'