mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue