Add 'roles/ensure_os_patch/' from commit '0092e5d0892f4820426635128d0e4a150f2ee1a0'

git-subtree-dir: roles/ensure_os_patch
git-subtree-mainline: bae0615e37
git-subtree-split: 0092e5d089
This commit is contained in:
2026-05-10 21:36:33 -05:00
27 changed files with 701 additions and 0 deletions
@@ -0,0 +1,13 @@
---
# vars file for ensure_os_patch
package_list:
- name: 'dnf-automatic'
state: 'present'
service_list:
- name: 'dnf-automatic.timer'
state: 'started'
enabled: 'yes'
- name: 'dnf-automatic-install.timer'
state: 'started'
enabled: 'yes'
...