parent
c2c4b4cb1e
commit
8b859b877c
@ -0,0 +1,8 @@ |
||||
--- |
||||
|
||||
- name: enable uart on boot |
||||
lineinfile: |
||||
dest=/boot/config.txt |
||||
regexp="^enable_uart=" |
||||
line="enable_uart=1" |
||||
state=present |
Loading…
Reference in new issue