diff --git a/roles/development/tasks/main.yml b/roles/development/tasks/main.yml index 82b4f19..9fb9e09 100644 --- a/roles/development/tasks/main.yml +++ b/roles/development/tasks/main.yml @@ -238,7 +238,7 @@ - name: install rust/cargo when: (dev_rust or dev_full) and (cargo_exists is failed) - shell: /tmp/sh.rustup.rs -y + shell: /tmp/sh.rustup.rs -y --no-modify-path ## AI/ML stuff