9 lines
216 B
YAML
9 lines
216 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: pkgs/nodejs.yml
|
|
when: pkgconfig_nodejs not defined
|
|
|
|
- name: add to npmpkgs
|
|
ansible.builtin.set_fact:
|
|
npmpkgs: "{{ npmpkgs + ['@tailwindcss/language-server'] }}"
|