mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-26 16:54:00 +01:00
Kevin Veen-Birkenbach
2c76f99dd1
git-subtree-dir: client-playbook git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6 git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
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
|