start adding other packages sources
- adding sources for cargo, npm and go source packages
This commit is contained in:
5
tasks/build/cargo_htmx-lsp.yml
Normal file
5
tasks/build/cargo_htmx-lsp.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: add htmx-lsp to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['htmx-lsp'] }}"
|
||||
|
||||
Reference in New Issue
Block a user