fix: use auto for ansible_python_interpreter

The remote host doesn't have python3.11, so switch to auto detection
This commit is contained in:
Elm 2026-03-05 08:11:34 -06:00 committed by sepia
parent 64d01a3f40
commit 28b94a096a

View file

@ -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