mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2026-09-05 05:50:41 +02:00
enable uart (but not necessarily the console)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: enable uart on boot
|
||||
lineinfile:
|
||||
dest=/boot/config.txt
|
||||
regexp="^enable_uart="
|
||||
line="enable_uart=1"
|
||||
state=present
|
||||
@@ -41,3 +41,4 @@
|
||||
# Other tasks
|
||||
- include: software.yml
|
||||
- include: users.yml
|
||||
- include: hardware.yml
|
||||
|
||||
Reference in New Issue
Block a user