1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/pip
David Moreau Simard 828e33f419 Do not consider an empty version string as a version (#41044)
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
2018-06-06 09:52:43 +02:00
..
meta Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
tasks Do not consider an empty version string as a version (#41044) 2018-06-06 09:52:43 +02:00
vars Fix pip integration test. 2018-01-31 23:26:16 -08:00
aliases Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00