dotfiles/roles/editor_helix/tasks/install_Debian.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
126 B
YAML

---
- name: Install the Helix
community.general.flatpak:
name: com.helix_editor.Helix
state: present
become: true