Fix issue with python virtual environments and localhost.

This commit is contained in:
Greg Dahlman 2017-09-12 18:45:18 -07:00
parent 50e3a9dee6
commit 39756e6dc4

View File

@ -1,4 +1,4 @@
localhost ansible_connection=local
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python"
[all:vars]