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
James Cammarata fd27afdc0d Adding ansible_shell_type and basic environment construction on it
Previously we assumed the shell on the target systems were 'sh'-
compliant when formatting environment variables preceding command
strings. This patch corrects that by basing the target shell type
on the DEFAULT_EXECUTABLE setting, which can be overridden on a
per-host basis using the inventory variable 'ansible_shell_type'.

Fixes #7352
11 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 11 years ago
inventory Add pyc/pyo to ignore list for inventory directories 11 years ago
module_utils Modify the way we set the localization environment 11 years ago
playbook Use the existing module_vars during the templating of module_vars 11 years ago
runner Adding ansible_shell_type and basic environment construction on it 11 years ago
utils Moving display-related functions to new module in utils 11 years ago
__init__.py Version bump for 1.7 11 years ago
callbacks.py Fix #7057 missing False default for vars_prompt 11 years ago
color.py Merge commit. 11 years ago
constants.py Adding a new system_warnings config option to supress warnings 11 years ago
errors.py Update various copyrights. Not complete, but sufficient. 11 years ago
module_common.py Modify the way we set the localization environment 11 years ago