dotfiles/roles/editors/helix/tasks/install_fedora-family.yml

13 lines
215 B
YAML
Raw Normal View History

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