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:
Crest 2024-10-02 14:25:39 +02:00
parent 7c9d689845
commit c1c2e0c2c0
1 changed files with 1 additions and 1 deletions

View File

@ -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_etc_dir: /etc/s6-rc
s6_live_dir: /run/s6-rc s6_live_dir: /run/s6-rc
s6_scan_dir: /run/service s6_scan_dir: /run/service