Feat(Choux): Add nodejs and yarn

This commit is contained in:
Bertrand Benjamin 2018-11-29 18:27:09 +01:00
parent 2a6bce5260
commit 55b1aeeeeb
2 changed files with 1 additions and 9 deletions

View File

@ -13,7 +13,7 @@
- include: tasks/users.yml
- include: tasks/sudo.yml
- include: tasks/ssh.yml
- include: tasks/arch_python.yml
- include: tasks/arch_programming.yml
- include: tasks/arch_aur.yml
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml

View File

@ -1,8 +0,0 @@
---
- name: Install python env
pacman:
name:
- python
- python-virtualenv
state: present