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
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
- name: Copy in the sync-labs cronjob
|
||||
copy: src=cron-sync-labs dest=/etc/cron.d/sync-labs
|
||||
ansible.builtin.copy: src=cron-sync-labs dest=/etc/cron.d/sync-labs
|
||||
tags:
|
||||
- fedora-web
|
||||
- fedora-web/labs
|
||||
|
||||
- name: Copy some config files for {{website}}
|
||||
copy: >
|
||||
ansible.builtin.copy: >
|
||||
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
||||
owner=root group=root mode=0644
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue