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

View file

@ -24,12 +24,12 @@
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) #- name: Enable bluetooth in /boot/firmware/syscfg.txt on Ubuntu (needs reboot)
lineinfile: # lineinfile:
path: /boot/firmware/syscfg.txt # path: /boot/firmware/syscfg.txt
regexp: '^include*' # regexp: '^include*'
line: 'include btcfg.txt' # line: 'include btcfg.txt'
when: is_ubuntu # when: is_ubuntu
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools' - name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
package: package: