Start ttys0 for serial console

This commit is contained in:
Ryan Cavicchioni 2019-10-05 16:42:23 -05:00
parent ea9daeb109
commit 8a4679c6f2
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

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