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 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
10 years ago
..
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Migrate cli and dependencies to use global display 10 years ago
inventory Changing up how host (in)equality is checked 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Break apart a looped dependency to show a warning when parsing playbooks 10 years ago
module_utils fixed tests to follow new invocation structure 10 years ago
parsing allow for non standard hostnames 10 years ago
playbook Also make sure remote_user is defaulted correctly for delegated hosts 10 years ago
plugins go back to defaulting wrapping commands in shell 10 years ago
template Cleaning up FIXMEs 10 years ago
utils Python 3: shlex.split() wants unicode 10 years ago
vars Fix include param precedence in variable manager 10 years ago
__init__.py Making the switch to v2 11 years ago