--- - name: DNF Updater for RHEL based Clients hosts: all become: true - name: Upgrade all packages ansible.builtin.dnf: name: "*" state: latest