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
David Moreau Simard 828e33f419 Do not consider an empty version string as a version ()
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 
2018-06-06 09:52:43 +02:00
..
cache
integration Do not consider an empty version string as a version () 2018-06-06 09:52:43 +02:00
legacy Add mode, owner_id and group_id options to one_vm () 2018-05-25 08:00:26 +02:00
results
runner pin azure deps to exact versions 2018-06-05 18:50:48 -07:00
sanity Implement new changelog generator. 2018-06-05 19:08:15 -07:00
units Refactor ios cliconf plugin and ios_config module () 2018-06-06 11:12:45 +05:30
utils