fix(editor_helix): install from flatpak on Ubuntu
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
d354caf1aa
commit
ae0917a566
1 changed files with 1 additions and 12 deletions
|
@ -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
|
|
1
roles/editor_helix/tasks/install_Ubuntu.yml
Symbolic link
1
roles/editor_helix/tasks/install_Ubuntu.yml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
install_Debian.yml
|
Loading…
Reference in a new issue