mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
11 lines
179 B
YAML
11 lines
179 B
YAML
|
- name: install administration tools
|
||
|
community.general.pacman:
|
||
|
name:
|
||
|
- base-devel
|
||
|
- yay
|
||
|
- make
|
||
|
- gcc
|
||
|
- cmake
|
||
|
- fdupes
|
||
|
state: present
|