Fix(Choux): forgot to add arch_programming
This commit is contained in:
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
|
Reference in New Issue
Block a user