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
|
|
ansible.builtin.set_fact:
|
|
npmpkgs: "{{ npmpkgs + ['@commitlint/cli'] }}"
|