From 5bab646d714929b405fbee7585a0caa5a38380c0 Mon Sep 17 00:00:00 2001 From: Luca Matteo Spoljarevic Date: Fri, 21 Nov 2025 19:34:41 +0100 Subject: [PATCH] Fixed formatting --- health/dnfupdate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/health/dnfupdate.yml b/health/dnfupdate.yml index 675486e..5ee3b2b 100644 --- a/health/dnfupdate.yml +++ b/health/dnfupdate.yml @@ -4,7 +4,7 @@ become: true tasks: - name: Upgrade all packages - ansible.builtin.dnf: - name: "*" - state: latest - update_cache: yes + ansible.builtin.dnf: + name: "*" + state: latest + update_cache: yes