setup, change FreeBSD to take any version of Python.

This commit is contained in:
2026-08-04 13:33:31 -07:00
parent c2f910aabc
commit 55a531f1b4
+1 -1
View File
@@ -95,7 +95,7 @@ if [[ `which ansible > /dev/null; echo $?` != 0 ]]; then
sudo mkdir -p /etc/ansible
sudo sh -c 'echo "localhost ansible_connection=local" > /etc/ansible/hosts'
elif [[ $os == *FreeBSD* ]]; then
sudo pkg install -y py38-ansible git
sudo pkg install -y py*-ansible git
sudo mkdir -p /usr/local/etc/ansible
sudo sh -c 'echo "localhost ansible_connection=local" > /usr/local/etc/ansible/hosts'
elif [[ $os == *Arch* || $os == *Manjaro* || $os == *Artix* ]]; then