Ensure FreeBSD uses the correct Python install.

This commit is contained in:
2021-07-14 06:35:15 -05:00
parent 502f579951
commit cebba53033
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,10 @@
---
# Network related variables.
- name: Facts | Server | System | Not Used Yet
set_fact:
#- name: Facts | Server | System | Not Used Yet
# set_fact:
- name: Workstation | Facts | Package | FreeBSD
set_fact:
ansible_python_interpreter: "/usr/local/bin/python3.8"
when: ansible_system == "FreeBSD"