mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #2341 from jvonau/pi_boot
https://bugs.launchpad.net/ubuntu/+bug/1872897 [Bluetooth on Ubuntu]
This commit is contained in:
commit
d046f1f3c2
1 changed files with 6 additions and 6 deletions
|
@ -24,12 +24,12 @@
|
||||||
state: present
|
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
|
||||||
|
|
||||||
- name: Enable bluetooth in /boot/firmware/syscfg.txt on Ubuntu (needs reboot)
|
#- name: Enable bluetooth in /boot/firmware/syscfg.txt on Ubuntu (needs reboot)
|
||||||
lineinfile:
|
# lineinfile:
|
||||||
path: /boot/firmware/syscfg.txt
|
# path: /boot/firmware/syscfg.txt
|
||||||
regexp: '^include*'
|
# regexp: '^include*'
|
||||||
line: 'include btcfg.txt'
|
# line: 'include btcfg.txt'
|
||||||
when: is_ubuntu
|
# when: is_ubuntu
|
||||||
|
|
||||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue