Skip to content

Commit

Permalink
Merge pull request #616 from aDotInTheVoid/patch-2
Browse files Browse the repository at this point in the history
dev-desktops: Install npm
  • Loading branch information
jdno authored Oct 21, 2024
2 parents 1161f2e + 9332e75 commit 33571f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/dev-desktop/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@

- name: Install Node
apt:
name: nodejs
name:
- nodejs
- npm
state: present
update_cache: yes

Expand Down

0 comments on commit 33571f0

Please sign in to comment.