--- - name: install NUT and ipmitool become: true ansible.builtin.dnf: name: "{{ ups_deps }}" state: present tags: ups