From 937ecc513ec7875cb2de27ead81eaa7a89112931 Mon Sep 17 00:00:00 2001 From: Luca Matteo Spoljarevic Date: Fri, 21 Nov 2025 19:37:42 +0100 Subject: [PATCH] Fixed formatting --- health/dnfupdate.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/health/dnfupdate.yml b/health/dnfupdate.yml index 4a119a2..cf7b62e 100644 --- a/health/dnfupdate.yml +++ b/health/dnfupdate.yml @@ -1,11 +1,11 @@ --- -- name: DNF Updater for RHEL‑based 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 +