From 3a4cd6a7c7f2c1a73b0f9571562341c1ae24cdac Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 19 Mar 2020 17:28:45 -0400 Subject: [PATCH] Clarify installation of 4 packages: dphys-swapfile, fake-hwclock, iw, rfkill --- roles/1-prep/tasks/raspberry_pi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/1-prep/tasks/raspberry_pi.yml b/roles/1-prep/tasks/raspberry_pi.yml index 792feae96..8b7e7b233 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -31,7 +31,7 @@ line: 'include btcfg.txt' when: is_ubuntu -- name: Ensure dphys-swapfile fake-hwclock iw rkill are installed +- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill' package: name: - dphys-swapfile