From 2ca7ac9a0045179d250227b8dc4d6c0257668d62 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Fri, 17 Apr 2020 06:43:45 -0500 Subject: [PATCH] https://bugs.launchpad.net/ubuntu/+bug/1872897 --- roles/1-prep/tasks/raspberry_pi.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/1-prep/tasks/raspberry_pi.yml b/roles/1-prep/tasks/raspberry_pi.yml index 75d06b593..adb7a0a46 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -24,12 +24,12 @@ state: present when: rtc_id is defined and rtc_id != "none" and is_ubuntu -- name: Enable bluetooth in /boot/firmware/syscfg.txt on Ubuntu (needs reboot) - lineinfile: - path: /boot/firmware/syscfg.txt - regexp: '^include*' - line: 'include btcfg.txt' - when: is_ubuntu +#- name: Enable bluetooth in /boot/firmware/syscfg.txt on Ubuntu (needs reboot) +# lineinfile: +# path: /boot/firmware/syscfg.txt +# regexp: '^include*' +# line: 'include btcfg.txt' +# when: is_ubuntu - name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools' package: