ansible/test/units
Brian Coca c09c01a1f5 go back to defaulting wrapping commands in shell
this was taken out in an effort to default to the user's shell but creates issues as this is not known ahead of time
and its painful to set executable and shell_type for all servers, it should only be needed for those that restrict the user
to specific shells and when /bin/sh is not available. raw and command may still bypass this by explicitly passing None.
fixes #13882

still conditional
2016-01-19 22:09:17 -05:00
..
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Migrate cli and dependencies to use global display 2015-11-11 10:44:22 -08:00
inventory Changing up how host (in)equality is checked 2015-12-04 12:57:46 -05:00
inventory_test_data/group_vars
mock Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
module_utils fixed tests to follow new invocation structure 2015-12-23 11:45:07 -05:00
parsing allow for non standard hostnames 2015-12-21 13:42:34 -05:00
playbook Also make sure remote_user is defaulted correctly for delegated hosts 2015-11-30 16:15:14 -05:00
plugins go back to defaulting wrapping commands in shell 2016-01-19 22:09:17 -05:00
template Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00
utils Python 3: shlex.split() wants unicode 2015-09-24 12:36:05 +03:00
vars Fix include param precedence in variable manager 2015-11-19 09:01:51 -05:00
__init__.py