remove nightly compiler install

This commit is contained in:
Andrew Coleman 2021-09-08 00:13:06 -04:00
commit 143d35d96b

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"