mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
Replaces many references to 'copy' with ansible.builtin.copy Signed-off-by: Ryan Lerch <rlerch@redhat.com>
8 lines
167 B
YAML
8 lines
167 B
YAML
---
|
|
|
|
- name: Upstart serial setup
|
|
ansible.builtin.copy: src="{{ files }}/common/ttyS0.conf" dest=/etc/init/ttyS0.conf
|
|
when: is_rhel is defined
|
|
tags:
|
|
- configs
|