From ae0917a566b89b2c560c7ebddd66679941896a02 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 29 Dec 2024 17:43:01 +0100 Subject: [PATCH] fix(editor_helix): install from flatpak on Ubuntu Signed-off-by: Matej Focko --- roles/editor_helix/tasks/install_Ubuntu.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) mode change 100644 => 120000 roles/editor_helix/tasks/install_Ubuntu.yml diff --git a/roles/editor_helix/tasks/install_Ubuntu.yml b/roles/editor_helix/tasks/install_Ubuntu.yml deleted file mode 100644 index c921dda..0000000 --- a/roles/editor_helix/tasks/install_Ubuntu.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- name: Enable the PPA for Helix - ansible.builtin.apt_repository: - repo: ppa:maveonair/helix-editor - state: present - become: true - -- name: Install the Helix - ansible.builtin.package: - name: helix - state: present - become: true diff --git a/roles/editor_helix/tasks/install_Ubuntu.yml b/roles/editor_helix/tasks/install_Ubuntu.yml new file mode 120000 index 0000000..a346047 --- /dev/null +++ b/roles/editor_helix/tasks/install_Ubuntu.yml @@ -0,0 +1 @@ +install_Debian.yml \ No newline at end of file