mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +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
|
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)
|
||||||
|
lineinfile:
|
||||||
|
path: /boot/firmware/syscfg.txt
|
||||||
|
regexp: '^include*'
|
||||||
|
line: 'include btcfg.txt'
|
||||||
|
when: is_ubuntu
|
||||||
|
|
||||||
- name: Install dphys-swapfile fake-hwclock
|
- name: Install dphys-swapfile fake-hwclock
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue