Skip to content

Commit 9332e75

Browse files
dev-desktops: Install npm
1 parent 1161f2e commit 9332e75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/roles/dev-desktop/tasks/dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@
136136

137137
- name: Install Node
138138
apt:
139-
name: nodejs
139+
name:
140+
- nodejs
141+
- npm
140142
state: present
141143
update_cache: yes
142144

0 commit comments

Comments
 (0)