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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue