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:
Kyle Isom 2023-04-13 09:51:01 -07:00
parent d3b1b427aa
commit abaf3c76f6
1 changed files with 1 additions and 1 deletions

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