Use the default Python version on FreeBSD.
Change ansible_python_interpreter from /usr/local/bin/python3.9 to /usr/local/bin/python. Updates #33.
This commit is contained in:
parent
7c9d689845
commit
c1c2e0c2c0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/local/bin/python3.9
|
||||
ansible_python_interpreter: /usr/local/bin/python
|
||||
s6_etc_dir: /etc/s6-rc
|
||||
s6_live_dir: /run/s6-rc
|
||||
s6_scan_dir: /run/service
|
||||
|
|
Loading…
Reference in a new issue