add yaml language server
This commit is contained in:
8
tasks/pkgs/yamlls.yml
Normal file
8
tasks/pkgs/yamlls.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 + ['yaml-language-server'] }}"
|
||||||
Reference in New Issue
Block a user