fixed remaining issues

added pipx and ripgrep back. not sure where they went in the first place
This commit is contained in:
Matthew Stobbs
2026-04-13 15:19:33 -06:00
parent 8dc427f027
commit 1eae6eb0db
9 changed files with 90 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
git_repo: https://github.com/neovim/neovim
appimage:
base_url: https://github.com/neovim/neovim/releases/download
version: 0.12.1
pkgname:
RedHat: neovim
Debian: neovim
@@ -86,7 +87,7 @@
neovim_src_install:
path: "{{ d_cache.path }}/neovim"
repo: "{{ neovim.git_repo }}"
version: "{{ neovim_version }}"
version: "{{ neovim.version }}"
targets:
build:
name: ""
@@ -97,9 +98,11 @@
install:
name: install
do_become: true
- name: Append neovim to source install list
ansible.builtin.set_fact:
pkg_make: "{{ pkg_make + [neovim_src_install] }}"
neovim_install: "{{ neovim_imethod }}={{ neovim_src_install }}"
- name: Finalized neovim configuration
ansible.builtin.set_fact: