7 lines
163 B
YAML
7 lines
163 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set nodejs config
|
|
ansible.builtin.set_fact:
|
|
nodejs:
|
|
pkgs: "{{ pkgconfig.nodejs.pkgs[ansible_system] }}"
|