9 lines
203 B
YAML
9 lines
203 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: pkgs/nodejs.yml
|
|
when: pkgconfig_nodejs not defined
|
|
|
|
- name: add to npmpkgs
|
|
set_fact:
|
|
npmpkgs: "{{ npmpkgs + ['@commitlint/config-conventional'] }}"
|