workstation/arch/roles/toolbox/tasks/main.yml

19 lines
278 B
YAML

- name: Install development tools
become: yes
pacman:
name:
- gcc
- make
- cmake
- autoconf
- which
- git
- w3m
- gnupg
- gnu-netcat
- fakeroot
- ripgrep
- ispell
- python2
state: present