Use `sh` for ansible-test raw remote shell.

pull/73409/head
Matt Clay 3 years ago
parent b1344a1847
commit ded2d0b90e

@ -0,0 +1,2 @@
bugfixes:
- ansible-test - The ``--raw`` option for ``ansible-test shell --remote`` now uses ``sh`` for the shell instead of ``bash``, which may not be present.

@ -448,7 +448,7 @@ def delegate_remote(args, exclude, require, integration_targets):
manage = ManagePosixCI(core_ci)
manage.setup(python_version)
cmd = create_shell_command(['bash'])
cmd = create_shell_command(['sh'])
else:
manage = ManagePosixCI(core_ci)
pwd = manage.setup(python_version)

Loading…
Cancel
Save