add a bunch of language servers
This commit is contained in:
8
tasks/pkgs/dockerls.yml
Normal file
8
tasks/pkgs/dockerls.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- ansible.builtin.include_tasks:
|
||||
file: pkgs/nodejs.yml
|
||||
when: pkgconfig_nodejs is undefined
|
||||
|
||||
- name: add to npmpkgs
|
||||
ansible.builtin.set_fact:
|
||||
npmpkgs: "{{ npmpkgs + ['dockerfile-language-server-nodejs'] }}"
|
||||
Reference in New Issue
Block a user