Ansible_workstation/tasks/arch_programming.yml

16 lines
229 B
YAML

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