- hosts: jabref tasks: - name: install Jabref become: yes dnf: name: jabref state: present
when: (ansible_distribution == "Fedora" and ansible_distribution_major_version <= 28) - name: UNSUPPORTED fail: msg: Jabref is no longer maintained by Fedora! Use zotero instead.