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
become: true
tasks:
- name: Upgrade all packages
ansible.builtin.dnf:
name: "*"
state: latest
update_cache: yes
become: true
- name: Upgrade all packages
ansible.builtin.dnf:
name: "*"
state: latest
update_cache: yes