packer: dev nodes have wifi right now.

Later on, wpa_supplicant will be removed but it's needed now for
testing.
This commit is contained in:
2023-04-13 09:51:01 -07:00
parent d3b1b427aa
commit abaf3c76f6

View File

@@ -8,5 +8,5 @@ echo 'nameserver 8.8.8.8' > /etc/resolv.conf
echo "==> installing base updates"
apt-get -y update
apt-get -y install ansible apt-transport-https ca-certificates
apt-get -y install ansible apt-transport-https ca-certificates wpasupplicant
apt-get -y clean