Can Cargo install deployment tools like Ansible? I find myself using nix for those kind of tools despite how good $lang package manager is.
Cargo isn't intended for that. If there was something like Ansible implemented in Rust, then you could use Cargo to install it.
Using nix to install Ansible, oof you're hurting me..