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
|
when: gopkgs|length > 0
|
||||||
|
|
||||||
- name: Install local npm packages
|
- name: Install local npm packages
|
||||||
|
become: "{% if ansible_system == 'Linux' %}true{% else %}false{% endif %}"
|
||||||
community.general.npm:
|
community.general.npm:
|
||||||
global: true
|
global: true
|
||||||
name: "{{ npmpkg }}"
|
name: "{{ npmpkg }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user