mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify Bluetooth patching of /boot/firmware/usercfg.txt is on Ubuntu < 20.10 on RPi
This commit is contained in:
parent
e209d43b1b
commit
bbb19da0c6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Disable built-in serial uart in /boot/firmware/usercfg.txt on ubuntu
|
||||
- name: Disable built-in serial uart in /boot/firmware/usercfg.txt on Ubuntu < 20.10 on RPi
|
||||
lineinfile:
|
||||
path: /boot/firmware/usercfg.txt
|
||||
line: "enable_uart=0"
|
||||
|
@ -7,7 +7,7 @@
|
|||
#when: rpi_model != "none" and is_ubuntu and (ansible_distribution_release == "focal")
|
||||
# 2020-10-27 #2585: Ubuntu Desktop 20.10 has no /boot/firmware/usercfg.txt
|
||||
|
||||
- name: Install pi-bluetooth package on Ubuntu
|
||||
- name: Install pi-bluetooth package on Ubuntu on RPi
|
||||
package:
|
||||
name: pi-bluetooth
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue