From cce544c86853cc0481e08e95cac5a3cd0f44ee1a Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 14:54:20 -0400 Subject: [PATCH] Update raspberry_pi.yml --- roles/1-prep/tasks/raspberry_pi.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/roles/1-prep/tasks/raspberry_pi.yml b/roles/1-prep/tasks/raspberry_pi.yml index 3c9ed54ad..211cd483b 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -31,15 +31,21 @@ # line: 'include btcfg.txt' # when: is_ubuntu -- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools' +- name: '2021-07-27: SEE ALSO ~3 networking packages LATER installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/packages.yml' + meta: noop + +- name: '2021-07-27: SEE ALSO 4-5 networking packages LATER installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/network.yml' + meta: noop + +- name: 'Install packages: cloud-guest-utils, dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools' package: name: - - dphys-swapfile - - fake-hwclock - - iw - - rfkill - - wireless-tools - - cloud-guest-utils + - cloud-guest-utils # Contains 'growpart' for resizing a partition during boot, which is normally done with the aid of cloud-init + - dphys-swapfile # Autogenerate and use a swap file + - fake-hwclock # Save/restore system clock on machines without working RTC hardware + - iw # Configuring Linux wireless devices + - rfkill # Enabling & disabling wireless devices + - wireless-tools # Manipulating Linux Wireless Extensions state: present - name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails