remove nightly compiler install

main
Andrew Coleman 2021-09-08 00:13:06 -04:00
parent aeba65e283
commit 143d35d96b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--- ---
- name: install rustup - name: install rustup
command: /usr/bin/env bash -c "curl -sSf -o rustup_init https://sh.rustup.rs && /usr/bin/env bash rustup_init --no-modify-path --verbose -y --default-toolchain stable && rm -f rustup_init && source ~/.cargo/env && rustup install nightly" command: /usr/bin/env bash -c "curl -sSf -o rustup_init https://sh.rustup.rs && /usr/bin/env bash rustup_init --no-modify-path --verbose -y --default-toolchain stable && rm -f rustup_init"
args: args:
warn: False warn: False
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustup" creates: "{{ ansible_env.HOME }}/.cargo/bin/rustup"