intro_inventory.rst
8.49 KB
-
Adding ansible_shell_type and basic environment construction on it · fd27afdc
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
James Cammarata committed