1
0
Fork 0
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:
Jerry Vonau 2020-03-15 06:14:54 -05:00
parent 9cfbbd0d58
commit 9d331e8262

View file

@ -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: