Install rustup on ubuntu

This commit is contained in:
2021-10-31 12:51:37 +01:00
parent d2509eb0aa
commit 3215c88ee1
2 changed files with 9 additions and 1 deletions

View File

@@ -365,6 +365,14 @@
tags: [update]
tags: [vim-plugins]
- block:
- name: install rustup on ubuntu
shell: curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path
args:
creates: ~/.cargo/bin/rustup
when: distro == 'ubuntu'
tags: [rust]
- block:
- name: create firefox directories
firefox_profile: