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/lib/ansible
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
..
cli Make all parts of messages and pathnames into unicode so that we don't get UnicodeError tracebacks. 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Don't clear start at task flag until all hosts are advanced 10 years ago
galaxy Prevent traceback. 10 years ago
inventory Catch INI section parsing misses and raise an appropriate error 10 years ago
module_utils adds provider argument to nxos shared module 10 years ago
modules updated submodule refs 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Allow module args as k=v pairs when using the module: option with local_action 10 years ago
playbook Revert "Properly look for parent become attribute" 10 years ago
plugins go back to defaulting wrapping commands in shell 10 years ago
template keep string type filters as strings 10 years ago
utils adds provider argument to nxos shared module 10 years ago
vars move hostvars.vars to vars 10 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 10 years ago
constants.py output color is now configurable 10 years ago
test-requirements.txt Making the switch to v2 11 years ago