From 89788a83ed1a426b65f3bbe00cc2aa6e0575d608 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 19 Feb 2020 08:37:06 -0800 Subject: [PATCH] run with bash as the default shell for tests so source command works --- tests/ansible/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ansible/ansible.cfg b/tests/ansible/ansible.cfg index 59752492..d2154d06 100644 --- a/tests/ansible/ansible.cfg +++ b/tests/ansible/ansible.cfg @@ -13,6 +13,7 @@ module_utils = lib/module_utils retry_files_enabled = False display_args_to_stdout = True forks = 100 +executable = /bin/bash # We use lots of deprecated functionality to support older versions. deprecation_warnings = False