ansible/test
Strahinja Kustudic b89b688d52 Fix pip idempotence in check mode
PIP package names must be case insensitive, and must consider hyphens
and underscores to be equivalent
(https://www.python.org/dev/peps/pep-0426/#name), because of this the
module didn't work correctly in check mode. For example if the passed
package name had a different case or an underscore instead of a hyphen
(or the other way around) compared to the installed package, check mode
reported as changed, even though packages were installed. Now the module
ignores case and hyphens/underscores in package names, so check mode
works correctly.
2018-11-08 17:09:34 -08:00
..
cache
integration Fix pip idempotence in check mode 2018-11-08 17:09:34 -08:00
legacy vultr: fix for API returned unexpected empty list (#48036) 2018-11-04 11:23:36 +01:00
results
runner bump version of 'vcenter-test-container' to '1.4.0' (govmomi v0.19.0) 2018-11-05 11:57:15 -08:00
sanity Added basic equivalent to PowerShell modules (#44705) 2018-11-07 10:53:17 +10:00
units ipaddr filter - return a network address when given an address with /32 subnet (#47539) 2018-11-08 11:49:42 -05:00
utils TEMP HACK: Avoid overloading codecov.io (#47515) 2018-10-23 17:32:34 +01:00