Ensure FreeBSD uses the correct Python install.
This commit is contained in:
parent
502f579951
commit
cebba53033
@ -30,5 +30,6 @@
|
|||||||
sshfs: fusefs-sshfs
|
sshfs: fusefs-sshfs
|
||||||
locate: htop # Placeholder to prevent errors, locate built into FreeBSD.
|
locate: htop # Placeholder to prevent errors, locate built into FreeBSD.
|
||||||
opensshd: htop # sshd comes installed on FreeBSD
|
opensshd: htop # sshd comes installed on FreeBSD
|
||||||
|
ansible_python_interpreter: "/usr/local/bin/python3.8"
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
# Network related variables.
|
# Network related variables.
|
||||||
|
|
||||||
- name: Facts | Server | System | Not Used Yet
|
#- name: Facts | Server | System | Not Used Yet
|
||||||
|
# set_fact:
|
||||||
|
|
||||||
|
- name: Workstation | Facts | Package | FreeBSD
|
||||||
set_fact:
|
set_fact:
|
||||||
|
ansible_python_interpreter: "/usr/local/bin/python3.8"
|
||||||
|
when: ansible_system == "FreeBSD"
|
@ -74,5 +74,6 @@
|
|||||||
flatpak_distro: false
|
flatpak_distro: false
|
||||||
firefox_esr: firefox-esr
|
firefox_esr: firefox-esr
|
||||||
psutil: py38-psutil
|
psutil: py38-psutil
|
||||||
|
ansible_python_interpreter: "/usr/local/bin/python3.8"
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user