Added DNF Updater

This commit is contained in:
Luca Matteo Spoljarevic 2025-11-21 19:23:33 +01:00
parent 795c6d007c
commit 0c4f4394eb

9
health/dnfupdate.yml Normal file
View file

@ -0,0 +1,9 @@
---
- name: DNF Updater for RHEL based Clients
hosts: all
become: true
- name: Upgrade all packages
ansible.builtin.dnf:
name: "*"
state: latest