feat(dev-playbook): install more build tools

This commit is contained in:
Ivan R. 2024-01-13 17:17:27 +05:00
parent 863e7288e8
commit 132828a44b
Signed by: lumin
GPG key ID: 927D3132247BDE4E

View file

@ -8,11 +8,16 @@
- alacritty
- git
- tmux
- name: Install build tools - make
- name: Install build tools - make, cmake, gcc, g++, clang, libc6-dev
become: true
ansible.builtin.apt:
pkg:
- make
- cmake
- gcc
- g++
- clang
- libc6-dev
- name: Enable debian bookworm backports
become: true
ansible.builtin.apt_repository: