more package fixes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- 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 + [ 'bash-language-server' ] }}"
|
||||
pkg_npm: "{{ pkg_npm + ['bash-language-server'] }}"
|
||||
|
||||
Reference in New Issue
Block a user