mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-14 05:32:17 +00:00
When using an empty string as the version argument, the module would
before attempt to run something akin to:
pip install module==""
This changes the behavior to:
pip install module
Fixes #41043
|
||
|---|---|---|
| .. | ||
| cache | ||
| integration | ||
| legacy | ||
| results | ||
| runner | ||
| sanity | ||
| units | ||
| utils | ||