From e42915d4cf773a17ff6b89cdc205f37c9fa78aeb Mon Sep 17 00:00:00 2001 From: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue, 21 Apr 2020 12:40:56 +0100 Subject: [PATCH] updated to include py3 amended to be "/usr/bin/env python3" as suggested --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/inventory b/installer/inventory index eda8f66f1e..00a0cb4fad 100644 --- a/installer/inventory +++ b/installer/inventory @@ -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]