fix: use full path to rustup

This commit is contained in:
Price Hiller 2022-08-01 04:00:46 -05:00
parent 964b6593ad
commit 76f535039b

View File

@ -41,7 +41,7 @@
- name: Set Rustup's toolchain
ansible.builtin.command:
argv:
- rustup
- "${{ cargo_home }}/bin/rustup"
- default
- "{{ rustup_toolchain | default('stable') }}"
environment: