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 +