From 9ddb0e80c9653fd1e12ea347aee3aa03e07431da Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 19 Jul 2020 08:28:00 -0700 Subject: [PATCH] [meta][rust] update rustup install --- ansible/playbooks/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbooks/rust.yml b/ansible/playbooks/rust.yml index bf306ad..b5971fa 100644 --- a/ansible/playbooks/rust.yml +++ b/ansible/playbooks/rust.yml @@ -1,7 +1,7 @@ - hosts: all tasks: - name: install rustup - shell: curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain nightly + shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh args: warn: False