mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
8 lines
158 B
YAML
8 lines
158 B
YAML
---
|
|
|
|
- name: upstart serial setup
|
|
action: copy src="{{ files }}/common/ttyS0.conf" dest=/etc/init/ttyS0.conf
|
|
when: is_rhel is defined
|
|
tags:
|
|
- configs
|