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