ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
Replaces many references to file: with ansible.builtin.file Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
f3517ab537
commit
62952df107
167 changed files with 380 additions and 381 deletions
|
@ -83,7 +83,7 @@
|
|||
|
||||
# Three tasks for handling our custom selinux module
|
||||
- name: Ensure a directory exists for our custom selinux module
|
||||
file: dest=/usr/share/nrpe state=directory
|
||||
ansible.builtin.file: dest=/usr/share/nrpe state=directory
|
||||
tags:
|
||||
- config
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue