1
0
Fork 0
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:
Jerry Vonau 2020-04-23 10:05:00 -05:00
parent 720d7f2798
commit 7d96b1a469

View file

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