ansible/tasks/serialgetty.yml

8 lines
158 B
YAML
Raw Normal View History

2013-06-04 16:49:08 +00:00
---
- name: upstart serial setup
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