From d9583ee4e0297154f82d2485e46dc63cbad3c20a Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 16 Aug 2021 16:45:26 -0400 Subject: [PATCH] remove ncgopher and use /usr/bin/env bash --- rust.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rust.yml b/rust.yml index e5d5cc0..c7924b2 100644 --- a/rust.yml +++ b/rust.yml @@ -1,6 +1,6 @@ --- - name: install rustup - command: /bin/bash -c "curl -sSf -o rustup_init https://sh.rustup.rs && /bin/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 && source ~/.cargo/env && rustup install nightly" args: warn: False creates: "{{ ansible_env.HOME }}/.cargo/bin/rustup" @@ -143,11 +143,6 @@ args: creates: "{{ ansible_env.HOME }}/.cargo/bin/mdbook" -- name: install ncgopher - command: cargo install ncgopher - args: - creates: "{{ ansible_env.HOME }}/.cargo/bin/ncgopher" - - name: install rg command: cargo install ripgrep args: