separate configuration, requirements and variables
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# vim: filetype=yaml.ansible :
|
||||
---
|
||||
- ansible.builtin.include_tasks:
|
||||
- name: Use nodejs
|
||||
ansible.builtin.include_tasks:
|
||||
file: pkgs/nodejs.yml
|
||||
when: pkgconfig_nodejs is undefined
|
||||
when: nodejs is undefined
|
||||
|
||||
- name: add to npmpkgs
|
||||
- name: Add to npmpkgs
|
||||
ansible.builtin.set_fact:
|
||||
npmpkgs: "{{ npmpkgs + ['sql-language-server'] }}"
|
||||
|
||||
Reference in New Issue
Block a user