From 39756e6dc4829fad92b0bbaca3dd9b32b3022f3f Mon Sep 17 00:00:00 2001 From: Greg Dahlman Date: Tue, 12 Sep 2017 18:45:18 -0700 Subject: [PATCH] Fix issue with python virtual environments and localhost. --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/inventory b/installer/inventory index 56ee0c8548..0fe1c1d589 100644 --- a/installer/inventory +++ b/installer/inventory @@ -1,4 +1,4 @@ -localhost ansible_connection=local +localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python" [all:vars]