Ansible_workstation/tasks/arch_programming.yml

16 lines
229 B
YAML
Raw Normal View History

---
- name: Install python env
pacman:
name:
- python
- python-virtualenv
2018-12-17 11:25:30 +00:00
- graphviz
state: present
- name: Install yarn and node js
pacman:
name:
- nodejs
- yarn
state: present