Added DNF Updater

This commit is contained in:
Luca Matteo Spoljarevic 2025-11-21 19:31:30 +01:00
parent 0c4f4394eb
commit 7df074783b

View file

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