add jinja-lsp
This commit is contained in:
8
tasks/pkgs/jinja-lsp.yml
Normal file
8
tasks/pkgs/jinja-lsp.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- ansible.builtin.include_tasks:
|
||||
file: "pkgs/rust.yml"
|
||||
when: pkgconfig_rust is undefined
|
||||
|
||||
- name: add to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + [ 'jinja-lsp' ] }}"
|
||||
Reference in New Issue
Block a user