mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-29 10:48:42 +00:00
init, dotfiles and install basic roles
This commit is contained in:
commit
46bdf4dda0
21 changed files with 283 additions and 0 deletions
20
roles/installs/tasks/cpp.yml
Normal file
20
roles/installs/tasks/cpp.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
- ansible.builtin.import_tasks: build.yml
|
||||
|
||||
- name: Install tools for cpp dev
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- make
|
||||
- cmake
|
||||
- xmake
|
||||
|
||||
- clang
|
||||
- clang-tools
|
||||
- clang-tools-extra
|
||||
- clang-devel
|
||||
- clang-tools-devel
|
||||
- clang-tools-extra-devel
|
||||
- clang-libs
|
||||
|
||||
- doxygen
|
||||
|
||||
state: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue