Add 'roles/ensure_os_patch/' from commit 'd0314b6c526ef93f56212f08dc00c1bcf96c2682'

git-subtree-dir: roles/ensure_os_patch
git-subtree-mainline: 88133e84ee
git-subtree-split: d0314b6c52
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,10 @@
---
# vars file for ensure_os_patch
package_list:
- name: 'dnf5-plugin-automatic'
state: 'present'
service_list:
- name: 'dnf5-automatic.timer'
state: 'started'
enabled: 'yes'
...