mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
- config
|
||||
|
||||
- name: Install SSL Certificates
|
||||
copy:
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
dest: /etc/pki/squid/
|
||||
owner: squid
|
||||
|
||||
Reference in New Issue
Block a user