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:
parent
64d01a3f40
commit
28b94a096a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
# It is expected that you have sepiatonesxyz defined in your .ssh/config
|
# It is expected that you have sepiatonesxyz defined in your .ssh/config
|
||||||
[production]
|
[production]
|
||||||
sepiatonesxyz ansible_host=sepiatonesxyz ansible_python_interpreter=/usr/bin/python3.11
|
sepiatonesxyz ansible_host=sepiatonesxyz ansible_python_interpreter=auto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue