---
- name: Install python env
pacman:
name:
- python
- python-virtualenv
- graphviz
state: present
- name: Install yarn and node js
- nodejs
- yarn