Replaces many references to 'copy' with ansible.builtin.copy Signed-off-by: Ryan Lerch <rlerch@redhat.com>
7 lines
167 B
YAML
7 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
|