Add dev-js role
This commit is contained in:
parent
e536bb8816
commit
4dcabbd87c
@ -8,6 +8,7 @@
|
||||
- lightdm
|
||||
- dwm
|
||||
- dev-java
|
||||
- dev-js
|
||||
- autofs
|
||||
- prusa-slicer
|
||||
- docker
|
||||
|
7
roles/dev-js/tasks/main.yml
Normal file
7
roles/dev-js/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: "[Arch] install nodejs"
|
||||
become: yes
|
||||
community.general.pacman:
|
||||
name:
|
||||
- nodejs
|
||||
- npm
|
||||
when: ansible_distribution == "Archlinux"
|
Loading…
Reference in New Issue
Block a user