From 28b94a096a6e1aa9c7cb2bc88b44ba62ea70e0f4 Mon Sep 17 00:00:00 2001 From: Elm Date: Thu, 5 Mar 2026 08:11:34 -0600 Subject: [PATCH] fix: use auto for ansible_python_interpreter The remote host doesn't have python3.11, so switch to auto detection --- ansible/hosts.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/hosts.ini b/ansible/hosts.ini index 2a3e189..0270c5a 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -1,3 +1,3 @@ # It is expected that you have sepiatonesxyz defined in your .ssh/config [production] -sepiatonesxyz ansible_host=sepiatonesxyz ansible_python_interpreter=/usr/bin/python3.11 +sepiatonesxyz ansible_host=sepiatonesxyz ansible_python_interpreter=auto