4 lines
103 B
YAML
4 lines
103 B
YAML
- name: add to npmpkgs
|
|
set_fact:
|
|
npmpkgs: "{{ npmpkgs + ['@ansible/ansible-language-server'] }}"
|