diff --git a/roles/editors/helix/tasks/install_Archlinux.yml b/roles/editors/helix/tasks/install_Archlinux.yml new file mode 120000 index 0000000..f96bdbe --- /dev/null +++ b/roles/editors/helix/tasks/install_Archlinux.yml @@ -0,0 +1 @@ +install_generic.yml \ No newline at end of file diff --git a/roles/editors/helix/tasks/install_fedora-family.yml b/roles/editors/helix/tasks/install_fedora-family.yml index e38ec6a..82ac82a 100644 --- a/roles/editors/helix/tasks/install_fedora-family.yml +++ b/roles/editors/helix/tasks/install_fedora-family.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 diff --git a/roles/editors/helix/tasks/install_suse.yml b/roles/editors/helix/tasks/install_generic.yml similarity index 100% rename from roles/editors/helix/tasks/install_suse.yml rename to roles/editors/helix/tasks/install_generic.yml diff --git a/roles/editors/helix/tasks/install_openSUSE Tumbleweed.yml b/roles/editors/helix/tasks/install_openSUSE Tumbleweed.yml index c252792..f96bdbe 120000 --- a/roles/editors/helix/tasks/install_openSUSE Tumbleweed.yml +++ b/roles/editors/helix/tasks/install_openSUSE Tumbleweed.yml @@ -1 +1 @@ -install_suse.yml \ No newline at end of file +install_generic.yml \ No newline at end of file