--- - name: Enable the Copr community.general.copr: name: varlad/helix state: enabled become: true - name: Install the Helix ansible.builtin.package: name: helix state: present become: true