dotfiles/roles/editors/helix/tasks/install_generic.yml
Matej Focko 044d0e42ab
fix(helix): correct the installation
* Do not use Copr repo for AlmaLinux
* Make a generic install action for Helix from official repositories

Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-22 10:36:56 +02:00

6 lines
107 B
YAML

---
- name: Install the Helix
ansible.builtin.package:
name: helix
state: present
become: true