9 lines
212 B
YAML
9 lines
212 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: pkgs/nodejs.yml
|
|
when: nodejs is undefined
|
|
|
|
- name: add to npmpkgs
|
|
ansible.builtin.set_fact:
|
|
npmpkgs: "{{ npmpkgs + ['dockerfile-language-server-nodejs'] }}"
|