Added rustup
This commit is contained in:
parent
22063572a2
commit
61389ba3c6
2 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
- import_tasks: anyenv.yml
|
- import_tasks: anyenv.yml
|
||||||
- import_tasks: neovim.yml
|
- import_tasks: neovim.yml
|
||||||
|
- import_tasks: rust.yml
|
||||||
|
|
||||||
- name: Install antigen
|
- name: Install antigen
|
||||||
git:
|
git:
|
||||||
|
|
6
playbooks/roles/common/tasks/rust.yml
Normal file
6
playbooks/roles/common/tasks/rust.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install Rust
|
||||||
|
shell: curl https://sh.rustup.rs -sSf | sh
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo
|
||||||
|
|
Loading…
Add table
Reference in a new issue