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:
Ryan Lercho 2024-12-18 08:23:28 +10:00
parent 62952df107
commit 6a3816dfdc
217 changed files with 790 additions and 769 deletions

View file

@ -25,7 +25,7 @@
when: ansible_distribution == 'Fedora'
- name: Wsgi.conf
copy: src="wsgi.conf" dest=/etc/httpd/conf.d/wsgi.conf
ansible.builtin.copy: src="wsgi.conf" dest=/etc/httpd/conf.d/wsgi.conf
notify:
- restart apache
tags: