moved the nodejs installation to the neovim role

This commit is contained in:
aminnairi
2023-12-31 19:53:10 +01:00
parent 5e2ac24873
commit fd9338fb74
2 changed files with 10 additions and 5 deletions
+10
View File
@@ -1,4 +1,14 @@
---
- name: Install Node.js
become: true
pacman:
name: nodejs
state: present
- name: Install NPM
become: true
pacman:
name: npm
state: present
- name: Install Node.js package for Neovim
become: true
npm: