Files
ansible_role_package/tasks/config/nodejs.yml
2025-03-31 18:15:07 -06:00

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] }}"