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 <me@mfocko.xyz> # 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/ #
This commit is contained in:
parent
4ca89d7641
commit
f5335e0f0c
1 changed files with 0 additions and 7 deletions
|
@ -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
|
- name: Install the Helix
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: helix
|
name: helix
|
||||||
|
|
Loading…
Reference in a new issue