--- - name: Enable EPEL become: true ansible.builtin.dnf: name: epel-release state: present when: ansible_facts.os_family == 'RedHat'