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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]