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:
Ryan Lercho 2024-12-17 15:31:55 +10:00
parent f3517ab537
commit 62952df107
167 changed files with 380 additions and 381 deletions

View file

@ -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