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/units
Marius Gedminas 0624797375 Bugfix: if you define a custom __eq__, you must define a __hash__ too
Also, on Python 3 the stock object.__hash__ raises an error ("unhashable
type"), and we have code that uses Host instances as dict keys.
9 years ago
..
errors
executor
inventory Bugfix: if you define a custom __eq__, you must define a __hash__ too 9 years ago
inventory_test_data/group_vars
mock
module_utils
parsing Allow hexadecimal ranges in IPv6 addresses, not only 0-9 9 years ago
playbook
plugins
template
utils Python 3: shlex.split() wants unicode 9 years ago
vars
__init__.py