add yaml language server

This commit is contained in:
Matthew Stobbs
2025-02-01 14:33:05 -07:00
parent 6885752c02
commit bad36a4e3c

8
tasks/pkgs/yamlls.yml Normal file
View 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'] }}"