From ead7a35ea913d014fc4655e0e0a05faf5a8d8e84 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Thu, 11 Jun 2020 14:01:21 -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: I73c3c12fe937cda95455dcd5cd708d03a316b392 --- 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 65ddeaa..95a29c1 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -16,4 +16,3 @@ bridges: - "br-mgmt" -ansible_python_interpreter: "/usr/bin/python2"