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
|
@ -12,7 +12,7 @@
|
|||
# install.
|
||||
|
||||
- name: Copy over our custom selinux module for {{ policy_name }}
|
||||
copy: src="{{ policy_file }}" dest="/usr/local/share/{{ policy_name }}.te"
|
||||
ansible.builtin.copy: src="{{ policy_file }}" dest="/usr/local/share/{{ policy_name }}.te"
|
||||
register: selinux_module
|
||||
tags:
|
||||
- selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue