quick fix for installing global npm packages

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-02-15 10:30:49 -07:00
parent 2e4e73666d
commit b68af21f6d

View File

@@ -175,6 +175,7 @@
when: gopkgs|length > 0
- name: Install local npm packages
become: "{% if ansible_system == 'Linux' %}true{% else %}false{% endif %}"
community.general.npm:
global: true
name: "{{ npmpkg }}"