Add Fedora 39

This commit is contained in:
Jason Rothstein 2024-03-16 20:23:11 -05:00
parent 30c82829f9
commit bc6f38718c

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'