From 1b9aa00d92cc81ca1b5e64f8c755959d4ab76735 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Mon, 23 Mar 2020 18:49:54 +0100 Subject: [PATCH] Explicitly set Python interpreter(s) --- group_vars/all | 1 + host_vars/gw03-new | 1 + 2 files changed, 2 insertions(+) create mode 100644 host_vars/gw03-new diff --git a/group_vars/all b/group_vars/all index 495d481..2daf8f8 100644 --- a/group_vars/all +++ b/group_vars/all @@ -1 +1,2 @@ +ansible_python_interpreter: /usr/bin/python3 basics_autoupdate_mail: backend@hamburg.freifunk.net diff --git a/host_vars/gw03-new b/host_vars/gw03-new new file mode 100644 index 0000000..c99152c --- /dev/null +++ b/host_vars/gw03-new @@ -0,0 +1 @@ +ansible_python_interpreter: /usr/bin/python2