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,13 +1,13 @@
|
|||
---
|
||||
# Install static JSON file needed by gnome-software, on proxies.
|
||||
- name: Copy static JSON file into place
|
||||
copy: src=pkgdb-gnome-software-collections.json dest=/srv/web/pkgdb-gnome-software-collections.json owner=root group=root mode=755
|
||||
ansible.builtin.copy: src=pkgdb-gnome-software-collections.json dest=/srv/web/pkgdb-gnome-software-collections.json owner=root group=root mode=755
|
||||
tags:
|
||||
- gnome-software
|
||||
- pkgdb2
|
||||
|
||||
- name: Copy httpd config
|
||||
copy: src=pkgdb-gnome-software.conf dest=/etc/httpd/conf.d/admin.fedoraproject.org/pkgdb.conf owner=root group=root mode=755
|
||||
ansible.builtin.copy: src=pkgdb-gnome-software.conf dest=/etc/httpd/conf.d/admin.fedoraproject.org/pkgdb.conf owner=root group=root mode=755
|
||||
notify:
|
||||
- reload apache
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue