From b7b9a27766ed0ffef37763002a47926cd9ed0237 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Fri, 13 Jul 2018 11:48:00 +0200 Subject: [PATCH] Fix Ansible python3 setting --- hosts/production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/production b/hosts/production index d6ac503..acab774 100644 --- a/hosts/production +++ b/hosts/production @@ -12,5 +12,5 @@ all: fet_lxc_void: hosts: zyklon: - vars: - ansible_python_interpreter=/usr/bin/python3 + vars: + ansible_python_interpreter=/usr/bin/python3