2020-05-27 01:46:25 +00:00
|
|
|
- name: Install development tools
|
|
|
|
become: yes
|
|
|
|
pacman:
|
|
|
|
name:
|
|
|
|
- gcc
|
|
|
|
- make
|
|
|
|
- cmake
|
2020-05-27 11:19:38 +00:00
|
|
|
- autoconf
|
2020-05-27 01:46:25 +00:00
|
|
|
- which
|
|
|
|
- git
|
|
|
|
- w3m
|
|
|
|
- gnupg
|
2020-07-07 20:36:50 +00:00
|
|
|
- gnu-netcat
|
2020-05-27 11:19:38 +00:00
|
|
|
- fakeroot
|
2020-07-07 13:38:35 +00:00
|
|
|
- ripgrep
|
2020-07-07 20:36:50 +00:00
|
|
|
- ispell
|
|
|
|
- python2
|
2020-05-27 01:46:25 +00:00
|
|
|
state: present
|