mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
* Add check for sv binary This commit adds a check for the sv binary. If the binary is not present then the module will fail. Resolves issue #32248 * Change sv check to suggestion by @bcoca