diff --git a/roles/1-prep/tasks/raspberry_pi.yml b/roles/1-prep/tasks/raspberry_pi.yml index d1399b767..163fa9299 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -41,11 +41,11 @@ package: name: - 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 + - dphys-swapfile # 2021-07-27: RaspiOS installs this regardless -- autogenerate and use a swap file + - fake-hwclock # 2021-07-27: RaspiOS installs this regardless -- save/restore system clock on machines without working RTC hardware + - iw # 2021-07-27: RaspiOS installs this regardless -- configure Linux wireless devices + - rfkill # 2021-07-27: RaspiOS installs this regardless -- enable & disable wireless devices + - wireless-tools # 2021-07-27: RaspiOS installs this regardless -- manipulate 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