dotfiles/roles/editors/helix/tasks/install_fedora-family.yml
Matej Focko 0554e665c5
chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:23:02 +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