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

@ -132,7 +132,7 @@
- postgresql
- name: Ensure postgres has a place to backup to
file: dest=/backups state=directory owner=postgres
ansible.builtin.file: dest=/backups state=directory owner=postgres
tags:
- postgresql