diff --git a/setup.sh b/setup.sh index f03fd50..a8ccca6 100755 --- a/setup.sh +++ b/setup.sh @@ -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