fixes with linter

This commit is contained in:
ProgramSnail 2025-08-09 11:47:58 +03:00
parent 932046cc39
commit 66109effc5
20 changed files with 124 additions and 111 deletions

10
roles/dev/tasks/lang.yml Normal file
View file

@ -0,0 +1,10 @@
- name: Install c++ build tools
ansible.builtin.import_tasks: cpp.yml
- name: Install tools for lang dev
ansible.builtin.dnf5:
name:
- tree-sitter-cli
- libtree-sitter
- libtree-sitter-devel
state: latest