5 lines
124 B
YAML
5 lines
124 B
YAML
- name: Set nodejs config
|
|
ansible.builtin.set_fact:
|
|
nodejs:
|
|
pkgs: "{{ pkgconfig.nodejs.pkgs[ansible_system] }}"
|