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:
Ryan Lerch
2024-12-18 08:23:28 +10:00
parent 62952df107
commit 6a3816dfdc
217 changed files with 790 additions and 769 deletions

View File

@@ -11,7 +11,7 @@
- mote
- name: Set the memcached sysconfig file
copy:
ansible.builtin.copy:
src: memcached.sysconfig
dest: /etc/sysconfig/memcached
tags:
@@ -30,7 +30,7 @@
- mote
- name: Make systemd override config
copy:
ansible.builtin.copy:
src: memcached.override
dest: /etc/systemd/system/memcached.service.d/override.conf
tags: