From b707ef2d6e6249ea2de583347df64c31fddb8c02 Mon Sep 17 00:00:00 2001 From: Thomas Kleinendorst Date: Tue, 7 Jan 2025 13:00:37 +0100 Subject: [PATCH] Add Python interpreter explicitly This prevents a console warning. --- inventory/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/hosts b/inventory/hosts index a8009ae..c9255d9 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,2 +1,2 @@ [raspberry_pis] -raspberry-pi-1.kleinendorst.info hostname=raspberry-pi-1 +raspberry-pi-1.kleinendorst.info hostname=raspberry-pi-1 ansible_python_interpreter=/usr/bin/python3