feat(role): add cargo
Needed for installing stylua and the starship prompt.
This commit is contained in:
parent
95770552af
commit
76dd778429
|
@ -9,6 +9,7 @@ default_roles:
|
||||||
- git
|
- git
|
||||||
- htop
|
- htop
|
||||||
- jq
|
- jq
|
||||||
|
- cargo
|
||||||
- npm
|
- npm
|
||||||
- neovim
|
- neovim
|
||||||
- neovim-lsp
|
- neovim-lsp
|
||||||
|
|
7
roles/cargo/tasks/main.yaml
Normal file
7
roles/cargo/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Install
|
||||||
|
ansible.builtin.package:
|
||||||
|
name:
|
||||||
|
- cargo
|
||||||
|
state: latest
|
||||||
|
become: true
|
Loading…
Reference in a new issue