dotfiles/roles/user/editors/helix/tasks/install_fedora-family.yml
Matej Focko 3f09655707
feat(editors/helix): add support for Helix
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-09 15:19:45 +02:00

12 lines
215 B
YAML

---
- 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