From 6574de7090c70b12317bda0fc1a863cbee85f67a Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Thu, 11 Jun 2020 13:51:58 -0400 Subject: [PATCH] remove ansible_python_interpreter ansible_python_interpreter is now set to auto in the tests repo. it doesn't need to be overwritten in the test anymore. Depends-On: https://review.opendev.org/735289 Depends-On: https://review.opendev.org/734676 Change-Id: I46f5ece04b82ff3131f27be2bb98aead2f07b04e --- tests/host_vars/localhost.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/host_vars/localhost.yml b/tests/host_vars/localhost.yml index a53594c..f63ad9e 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -13,4 +13,3 @@ # See the License for the specific language governing permissions and # limitations under the License. ansible_host: 127.0.0.1 -ansible_python_interpreter: "/usr/bin/python2"