fixing packages for new style
This commit is contained in:
@@ -83,11 +83,6 @@
|
||||
file: go.yml
|
||||
|
||||
- name: Install local npm packages
|
||||
become: "{% if ansible_system == 'Linux' %}true{% else %}false{% endif %}"
|
||||
community.general.npm:
|
||||
global: true
|
||||
name: "{{ npmpkg }}"
|
||||
state: latest
|
||||
loop: "{{ npmpkgs | unique }}"
|
||||
loop_control:
|
||||
loop_var: pkg
|
||||
|
||||
Reference in New Issue
Block a user