2013-06-04 16:49:08 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: upstart serial setup
|
2014-01-01 19:15:11 +00:00
|
|
|
action: copy src="{{ files }}/common/ttyS0.conf" dest=/etc/init/ttyS0.conf
|
2014-03-04 18:47:58 +00:00
|
|
|
when: is_rhel is defined
|
2013-06-04 16:49:08 +00:00
|
|
|
tags:
|
|
|
|
- configs
|