Skip to content

Commit

Permalink
Added the laters nodejs to the desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Oct 15, 2023
1 parent b4a4e7f commit ac67ed6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/nodejs/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
- { role: snapd }
1 change: 1 addition & 0 deletions roles/nodejs/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- include_tasks: packages.yml
2 changes: 2 additions & 0 deletions roles/nodejs/tasks/packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: package
command: snap install node --classic
1 change: 1 addition & 0 deletions roles/ubuntu-desktop/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ dependencies:
- { role: go-ethereum }
- { role: vagrant }
- { role: slack }
- { role: nodejs }

0 comments on commit ac67ed6

Please sign in to comment.