fixing packages for new style

This commit is contained in:
Matthew Stobbs
2025-02-19 22:23:47 -07:00
parent 89f013bac9
commit 48e67be99b
17 changed files with 152 additions and 172 deletions

View File

@@ -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