diff --git a/linux-bionic-playbook.yaml b/linux-bionic-playbook.yaml index 8d8bbe4..5306ec6 100644 --- a/linux-bionic-playbook.yaml +++ b/linux-bionic-playbook.yaml @@ -99,7 +99,7 @@ creates: /usr/local/bin/powerline-go-1.11.0 - name: install rustup become: no - shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain nightly && rm -f t.sh + shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain stable && rm -f t.sh args: creates: ~/.cargo/bin/rustup - name: install kerl