Fix(Choux): forgot to add arch_programming

This commit is contained in:
Bertrand Benjamin 2018-11-29 18:28:06 +01:00
parent 55b1aeeeeb
commit 2a18b9ffc1
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
- name: Install python env
pacman:
name:
- python
- python-virtualenv
state: present
- name: Install yarn and node js
pacman:
name:
- nodejs
- yarn
state: present