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
Brian Coca f78c82b9ee don't set user to current user
also remove condition to bypass setting user if user matches current user
this enables forcing user when set to the same user as current user and ignoring .ssh/config
while keeping .ssh/config with current user if nothing is specified.
9 years ago
..
errors Improve handling of unicode errors 9 years ago
executor Adding unit tests for PlaybookExecutor _get_serialized_batches 9 years ago
inventory implemented inventory_hostname lookup in v2 9 years ago
inventory_test_data/group_vars
mock Starting to add additional unit tests for VariableManager 9 years ago
module_utils Workaround seeming bug in python-2.6's sys.exit() 9 years ago
parsing Cleaning up FIXMEs 9 years ago
playbook don't set user to current user 9 years ago
plugins Two fixes to action plugins 9 years ago
template Cleaning up FIXMEs 9 years ago
utils Python 3: shlex.split() wants unicode 9 years ago
vars Revert to using local file/dir tests in inventory instead of loader's 9 years ago
__init__.py