refactor: install rust and cargo to ~/.cargo & ~/.rustup

This commit is contained in:
Price Hiller 2023-09-15 02:00:33 -05:00
parent bffb4b3d0f
commit 2a28fc0b87
No known key found for this signature in database

View File

@ -7,6 +7,6 @@ all:
xdg_bin_home: "{{ ansible_env.HOME + '/.local/bin' }}"
xdg_data_home: "{{ ansible_env.HOME + '/.local/share' }}"
xdg_config_home: "{{ ansible_env.HOME + '/.config' }}"
cargo_home: "{{ xdg_data_home }}/cargo"
rustup_home: "{{ xdg_data_home }}/rustup"
cargo_home: "{{ ansible_env.HOME }}/.cargo"
rustup_home: "{{ ansible_env.HOME }}/.rustup"
gopath: "{{ xdg_data_home }}/go"