Fixed formatting

This commit is contained in:
Luca Matteo Spoljarevic 2025-11-21 19:37:42 +01:00
parent f73d95249c
commit 937ecc513e

View file

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