quick fix for installing global npm packages
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user