mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user