From b819a3d33e33f7e36dba7a97106858e6379ecc55 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 20 Nov 2024 18:14:40 +0100 Subject: [PATCH] fix(helix): define installation on Debian Signed-off-by: Matej Focko --- roles/editors/helix/tasks/install_Debian.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/editors/helix/tasks/install_Debian.yml diff --git a/roles/editors/helix/tasks/install_Debian.yml b/roles/editors/helix/tasks/install_Debian.yml new file mode 100644 index 0000000..026064f --- /dev/null +++ b/roles/editors/helix/tasks/install_Debian.yml @@ -0,0 +1,6 @@ +--- +- name: Install the Helix + community.general.flatpak: + name: com.helix_editor.Helix + state: present + become: true