Better way to handle the serial console

This commit is contained in:
2019-10-05 17:58:44 -05:00
parent 317bed2eb6
commit 9c620cb28f
5 changed files with 28 additions and 6 deletions

View File

@ -17,10 +17,4 @@
name: "{{ timezone }}"
notify: restart cron
- name: enable serial console
service:
name: getty@ttyS0.service
state: started
enabled: yes
# vim:ft=yaml.ansible: