mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
bluetooth needs a kick on ubuntu
This commit is contained in:
parent
9cfbbd0d58
commit
9d331e8262
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@
|
|||
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: Install dphys-swapfile fake-hwclock
|
||||
package:
|
||||
name:
|
||||
|
|
Loading…
Reference in a new issue