fix(helix): define installation on Debian

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-11-20 18:14:40 +01:00
parent b49b5a3e91
commit b819a3d33e
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -0,0 +1,6 @@
---
- name: Install the Helix
community.general.flatpak:
name: com.helix_editor.Helix
state: present
become: true