From f5335e0f0cd2365f705c20ee65cac29b0123cf9f Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 14 Dec 2024 20:37:52 +0100 Subject: [PATCH] fix(editor_helix): remove Copr Helix is included in the default repositories (Fedora and EPEL for EL derivates), therefore there is no need to use the Copr repository. Signed-off-by: Matej Focko # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is ahead of 'origin/main' by 3 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: roles/editor_helix/tasks/install_fedora-family.yml # # Changes not staged for commit: # modified: group_vars/servers/vars # modified: inventory # modified: playbooks/playground.yml # modified: roles/cockpit/defaults/main.yml # modified: roles/cockpit/tasks/install.yml # modified: roles/cockpit/tasks/main.yml # # Untracked files: # ansible-navigator.log # playbooks/print_facts.yml # tasks/ # --- roles/editor_helix/tasks/install_fedora-family.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/editor_helix/tasks/install_fedora-family.yml b/roles/editor_helix/tasks/install_fedora-family.yml index 82ac82a..30e655c 100644 --- a/roles/editor_helix/tasks/install_fedora-family.yml +++ b/roles/editor_helix/tasks/install_fedora-family.yml @@ -1,11 +1,4 @@ --- -- name: Enable the Copr - community.general.copr: - name: varlad/helix - state: enabled - when: ansible_distribution not in ("AlmaLinux") - become: true - - name: Install the Helix ansible.builtin.package: name: helix