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>
7 lines
163 B
YAML
7 lines
163 B
YAML
---
|
|
- name: Install the confine-ssh script
|
|
ansible.builtin.copy: >
|
|
src={{files}}/scripts/confine-ssh.sh
|
|
dest=/usr/local/bin/confine-ssh.sh
|
|
mode=0755
|