fix(helix): correct the installation
* Do not use Copr repo for AlmaLinux * Make a generic install action for Helix from official repositories Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
ca89c810cd
commit
044d0e42ab
4 changed files with 3 additions and 1 deletions
1
roles/editors/helix/tasks/install_Archlinux.yml
Symbolic link
1
roles/editors/helix/tasks/install_Archlinux.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
install_generic.yml
|
|
@ -3,6 +3,7 @@
|
|||
community.general.copr:
|
||||
name: varlad/helix
|
||||
state: enabled
|
||||
when: ansible_distribution not in ("AlmaLinux")
|
||||
become: true
|
||||
|
||||
- name: Install the Helix
|
||||
|
|
|
@ -1 +1 @@
|
|||
install_suse.yml
|
||||
install_generic.yml
|
Loading…
Reference in a new issue