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