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: