Merge pull request #149 from gdahlm/devel

Fix issue with python virtual environments and localhost.
This commit is contained in:
Matthew Jones 2017-09-13 21:02:22 -07:00 committed by GitHub
commit e7ce2fcc8d

View File

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