From 612ac79feddadf4750cac88507eb4005036798fb Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 26 Mar 2020 04:46:10 -0500 Subject: [PATCH] ensure wireless-tools is installed for ubuntu --- roles/1-prep/tasks/raspberry_pi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/1-prep/tasks/raspberry_pi.yml b/roles/1-prep/tasks/raspberry_pi.yml index 8387eb300..75d06b593 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -31,13 +31,14 @@ line: 'include btcfg.txt' when: is_ubuntu -- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill' +- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools' package: name: - dphys-swapfile - fake-hwclock - iw - rfkill + - wireless-tools state: present - name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails