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

@@ -0,0 +1,5 @@
---
- name: add htmx-lsp to cargopkgs
ansible.builtin.set_fact:
cargopkgs: "{{ cargopkgs + ['htmx-lsp'] }}"