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

@@ -66,6 +66,10 @@
ansible.builtin.include_tasks:
file: "pkgs/{{ pkg }}.yml"
- name: Dump pkg_sys
debug:
var: pkg_sys
- name: Install pkg_sys list using system package manager
when:
- pkg_sys|length > 0