Ansible_workstation/tasks/arch_programming.yml

27 lines
406 B
YAML

---
- name: File conversion
pacman:
name:
- pandoc
- name: Install python env
pacman:
name:
- python
- python-virtualenv
- python-pip
- python2
- python2-virtualenv
- python2-pip
- graphviz
- python-black
- pyenv
state: present
- name: Install yarn and node js
pacman:
name:
- nodejs
- yarn
state: present