dotfiles/roles/editor_helix/tasks/install_generic.yml
Matej Focko a11b009120
chore: rename ‹editor› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:08:45 +01:00

6 lines
107 B
YAML

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