feat(role): add cargo

Needed for installing stylua and the starship prompt.
This commit is contained in:
Oliver Davies 2022-04-26 14:31:54 +01:00
parent 95770552af
commit 76dd778429
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@ default_roles:
- git
- htop
- jq
- cargo
- npm
- neovim
- neovim-lsp

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- cargo
state: latest
become: true