updated to include py3

amended to be "/usr/bin/env python3" as suggested
This commit is contained in:
shaynecm
2020-04-21 12:40:56 +01:00
committed by GitHub
parent 1afd8b4309
commit e42915d4cf

View File

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