Fix(Choux): forgot to add arch_programming
This commit is contained in:
parent
55b1aeeeeb
commit
2a18b9ffc1
14
tasks/arch_programming.yml
Normal file
14
tasks/arch_programming.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user