From fa21a43c4d8a1811fa7f41fb4349c2e5c743a810 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Jul 2021 14:58:09 -0400 Subject: [PATCH] Update raspberry_pi.yml --- 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 211cd483b..02f0f54c6 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -22,7 +22,7 @@ path: /boot/firmware/usercfg.txt line: "dtoverlay=i2c-rtc,{{ rtc_id }}=on" state: present - when: rtc_id is defined and rtc_id != "none" and is_ubuntu + when: rtc_id is defined and rtc_id != "none" and is_ubuntu # CLARIF: Ubuntu runs increasingly well on RPi hardware, staring in 2020 especially #- name: Enable bluetooth in /boot/firmware/syscfg.txt on Ubuntu (needs reboot) # lineinfile: