mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add usercfg.txt alteration
This commit is contained in:
parent
720d7f2798
commit
7d96b1a469
1 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,16 @@
|
|||
- name: Disable built-in serial uart in /boot/firmware/usercfg.txt on ubuntu
|
||||
lineinfile:
|
||||
path: /boot/firmware/usercfg.txt
|
||||
line: "enable_uart=0"
|
||||
state: present
|
||||
when: is_ubuntu and not (rpi_model == "none")
|
||||
|
||||
- name: "Install pi-bluetooth package on Ubuntu"
|
||||
package:
|
||||
name:
|
||||
- pi-bluetooth
|
||||
state: present
|
||||
when: is_ubuntu and not (rpi_model == "none")
|
||||
when: is_ubuntu and not (rpi_model == "none")
|
||||
|
||||
- name: "Install bluetooth packages"
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue