From 8bdeef38b73c787afb819f9533f21d6284c54835 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 17:28:21 -0400 Subject: [PATCH] Update raspberry_pi.yml --- roles/1-prep/tasks/raspberry_pi.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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