From 1aed2e1af0e7715398fa9660b14d2a01009b45ab Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 1 Jan 2020 10:48:24 +1100 Subject: [PATCH] bye bye python 2 --- hosts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hosts b/hosts index ccc5813..96b4e71 100644 --- a/hosts +++ b/hosts @@ -1,8 +1,12 @@ +[all:vars] +ansible_connection=local +ansible_python_interpreter=/usr/bin/python3 + [common] -thunix.net ansible_connection=local +thunix.net [shell] -thunix.net ansible_connection=local +thunix.net [webserver] -thunix.net ansible_connection=local +thunix.net