feat(dev-playbook): install more build tools
This commit is contained in:
parent
863e7288e8
commit
132828a44b
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue