You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration Fix pip idempotence in check mode 6 years ago
legacy vultr: fix for API returned unexpected empty list (#48036) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner bump version of 'vcenter-test-container' to '1.4.0' (govmomi v0.19.0) 6 years ago
sanity Added basic equivalent to PowerShell modules (#44705) 6 years ago
units ipaddr filter - return a network address when given an address with /32 subnet (#47539) 6 years ago
utils TEMP HACK: Avoid overloading codecov.io (#47515) 6 years ago