--- - name: Enable the Copr community.general.copr: name: varlad/helix state: enabled when: ansible_distribution not in ("AlmaLinux") become: true - name: Install the Helix ansible.builtin.package: name: helix state: present become: true