mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-02 12:48:16 +00:00
fixes with linter
This commit is contained in:
parent
932046cc39
commit
66109effc5
20 changed files with 124 additions and 111 deletions
10
roles/dev/tasks/lang.yml
Normal file
10
roles/dev/tasks/lang.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue