feat(role): add cargo
Needed for installing stylua and the starship prompt.
This commit is contained in:
parent
95770552af
commit
76dd778429
2 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue