Start ttys0 for serial console
This commit is contained in:
parent
ea9daeb109
commit
8a4679c6f2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user