Add dev-js role

This commit is contained in:
Przemek Grondek 2024-10-07 02:42:18 +02:00
parent e536bb8816
commit 4dcabbd87c
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- lightdm - lightdm
- dwm - dwm
- dev-java - dev-java
- dev-js
- autofs - autofs
- prusa-slicer - prusa-slicer
- docker - docker

View File

@ -0,0 +1,7 @@
- name: "[Arch] install nodejs"
become: yes
community.general.pacman:
name:
- nodejs
- npm
when: ansible_distribution == "Archlinux"