start adding other packages sources

- adding sources for cargo, npm and go source packages
This commit is contained in:
Matthew Stobbs
2025-01-21 22:11:15 -07:00
parent 15d39f39ee
commit 1ec4bda33f
29 changed files with 75 additions and 28 deletions

View File

@@ -1,4 +1,8 @@
---
- ansible.builtin.include_vars:
file: carapace.yml
name: _carapace
- name: append carapace to syspkgs
set_fact:
syspkgs: "{{ syspkgs + [ 'carapace' ] }}"