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
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
- name: Install the git hooks
|
||||
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
|
||||
ansible.builtin.copy: src={{item}} dest=/usr/share/git-core/ mode=0755
|
||||
with_items:
|
||||
- post-receive-chained
|
||||
- post-receive-chained-forks
|
||||
|
@ -29,7 +29,7 @@
|
|||
- git/hooks
|
||||
|
||||
- name: Install the git mail hooks
|
||||
copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
|
||||
ansible.builtin.copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
|
||||
with_items:
|
||||
- util.py
|
||||
- git.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue