1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
Jerry Vonau 2020-04-17 06:43:45 -05:00
parent ae43c21b76
commit 2ca7ac9a00

View file

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