Add rhel6 serial config file/task

This commit is contained in:
Kevin Fenzi 2013-06-04 16:49:08 +00:00
parent 9c14bd50f2
commit 5c6ba16f97
3 changed files with 14 additions and 0 deletions

7
tasks/serialgetty.yml Normal file
View file

@ -0,0 +1,7 @@
---
- name: upstart serial setup
action: copy src=$files/common/ttyS0.conf dest=/etc/init/ttyS0.conf
only_if: '$is_rhel'
tags:
- configs