enable uart (but not necessarily the console)

This commit is contained in:
Glenn K. Lockwood 2018-10-27 19:54:12 -07:00
parent c2c4b4cb1e
commit 8b859b877c
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: enable uart on boot
lineinfile:
dest=/boot/config.txt
regexp="^enable_uart="
line="enable_uart=1"
state=present

View File

@ -41,3 +41,4 @@
# Other tasks # Other tasks
- include: software.yml - include: software.yml
- include: users.yml - include: users.yml
- include: hardware.yml