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
|
2013-11-25 19:05:48 +00:00
|
|
|
when: is_rhel == 'True'
|
2013-06-04 16:49:08 +00:00
|
|
|
tags:
|
|
|
|
- configs
|