mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -44,7 +44,7 @@
|
||||
template: src=dotmy.cnf.j2 dest=/root/.my.cnf owner=root group=root mode=0700
|
||||
|
||||
- name: Ensure mariadb has a place to backup to
|
||||
file: dest=/backups state=directory owner=mysql
|
||||
ansible.builtin.file: dest=/backups state=directory owner=mysql
|
||||
tags:
|
||||
- mariadb-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user