fix remaining packages to new format
- still needs testing
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
# vim: filetype=yaml.ansible :
|
||||
---
|
||||
- name: Use nodejs
|
||||
ansible.builtin.include_tasks:
|
||||
file: pkgs/nodejs.yml
|
||||
when: nodejs is undefined
|
||||
|
||||
- name: Add to npmpkgs
|
||||
- name: Add to pkg_npm
|
||||
notify:
|
||||
- Depend node
|
||||
ansible.builtin.set_fact:
|
||||
npmpkgs: "{{ npmpkgs + ['sql-language-server'] }}"
|
||||
pkg_npm: "{{ pkg_npm + ['sql-language-server'] }}"
|
||||
|
||||
Reference in New Issue
Block a user