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:
parent
62952df107
commit
6a3816dfdc
217 changed files with 790 additions and 769 deletions
|
@ -13,7 +13,7 @@
|
|||
- bugzilla2fedmsg
|
||||
|
||||
- name: Copy a custom moksha systemd service file
|
||||
copy: >
|
||||
ansible.builtin.copy: >
|
||||
src=moksha-hub.service
|
||||
dest=/usr/lib/systemd/system/moksha-hub.service
|
||||
notify:
|
||||
|
@ -47,7 +47,7 @@
|
|||
- bugzilla2fedmsg
|
||||
|
||||
- name: Copy in the certs and keys.
|
||||
copy: >
|
||||
ansible.builtin.copy: >
|
||||
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
|
||||
dest="/etc/pki/fedmsg/{{ item }}"
|
||||
mode=0640 owner=fedmsg group=fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue