fix(helix): define installation on Debian
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b49b5a3e91
commit
b819a3d33e
1 changed files with 6 additions and 0 deletions
6
roles/editors/helix/tasks/install_Debian.yml
Normal file
6
roles/editors/helix/tasks/install_Debian.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Install the Helix
|
||||
community.general.flatpak:
|
||||
name: com.helix_editor.Helix
|
||||
state: present
|
||||
become: true
|
Loading…
Reference in a new issue