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 - alacritty
- git - git
- tmux - tmux
- name: Install build tools - make - name: Install build tools - make, cmake, gcc, g++, clang, libc6-dev
become: true become: true
ansible.builtin.apt: ansible.builtin.apt:
pkg: pkg:
- make - make
- cmake
- gcc
- g++
- clang
- libc6-dev
- name: Enable debian bookworm backports - name: Enable debian bookworm backports
become: true become: true
ansible.builtin.apt_repository: ansible.builtin.apt_repository: