Kevin Veen-Birkenbach 2c76f99dd1 Add 'client-playbook/' from commit '13f29ce5f74bba0376e04189e757cb9718cf2f93'
git-subtree-dir: client-playbook
git-subtree-mainline: e763d135707241dc1eb8ec9ea919550b3f17fef6
git-subtree-split: 13f29ce5f74bba0376e04189e757cb9718cf2f93
2023-04-18 14:42:10 +02:00

12 lines
193 B
YAML

- name: install administration tools
community.general.pacman:
name:
- base-devel
- yay
- make
- gcc
- cmake
- fdupes
- p7zip
state: present