community.general/lib/ansible/modules/packaging
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
..
language Do not consider an empty version string as a version (#41044) 2018-06-06 09:52:43 +02:00
os homebrew_tap: fixes #40853 (#40863) 2018-06-01 11:43:04 -04:00
__init__.py package files 2016-12-08 11:22:22 -05:00