From 8cdad4a7081066c2b27d0e1a51f7b15765ce4c95 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Thu, 11 Jun 2020 14:01:20 -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/734676/ Change-Id: Iad9eca9922613631e1300bd7fb0e380d03e1aa35 --- 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 423e3c0..b6c31d3 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -14,4 +14,3 @@ # limitations under the License. ansible_host: 127.0.0.1 -ansible_python_interpreter: "/usr/bin/python2"