Genericize the roal to look like the rest

This commit is contained in:
2021-07-25 03:23:32 +00:00
parent fe3c5c948f
commit 580805bc34
21 changed files with 275 additions and 38 deletions

View File

@@ -0,0 +1,12 @@
---
# 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'