From 736d9b690f287708828da4aa0f682ada713ab5e9 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 20 Mar 2020 00:31:09 -0400 Subject: inventory/hosts: Set python path for all hosts --- inventory/hosts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory') diff --git a/inventory/hosts b/inventory/hosts index f87bc3b..9ebc701 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,3 +1,6 @@ +[all:vars] +ansible_python_interpreter = /usr/bin/python3 + [ansible:vars] ansible_ssh_private_key_file = ~/.ssh/ansible -- cgit v1.2.3