mirror of https://github.com/ansible/ansible.git
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 #7352pull/7253/head
parent
62c4a15c73
commit
fd27afdc0d
Loading…
Reference in New Issue