--- - name: Install rpmsphere-release dnf: name: https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-{{ ansible_distribution_major_version }}.noarch.rpm state: present disable_gpg_check: 1 become: yes - name: Install dlib dnf: name: - python3-dlib - pam_python state: present become: yes - name: Enable copr project howdy community.general.copr: name: luya/howdy state: disabled become: yes - name: Install howdy dnf: name: howdy state: present become: yes