mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-30 07:13:08 +00:00
* feat(cargo): add locked option This commit introduces locked option to cargo module, allowing user to install with locked dependency. Equivalent to `--locked` flag of `cargo install` command * Update docs. --------- Co-authored-by: Felix Fontein <felix@fontein.de>