From 2acd385d305381abbdaebf0ca29a9c729347f8d1 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: Ibdbfab5d3ab2eb301a583db469f7a96b8785bf7d --- 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 f7fc7d6..6a61897 100644 --- a/tests/host_vars/localhost.yml +++ b/tests/host_vars/localhost.yml @@ -17,4 +17,3 @@ bridges: - name: "br-mgmt" ip_addr: "10.1.0.1" -ansible_python_interpreter: "/usr/bin/python2"