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:
@@ -22,7 +22,7 @@
|
||||
- bugzilla2fedmsg
|
||||
|
||||
- name: Make sure a few directories exist.
|
||||
file:
|
||||
ansible.builtin.file:
|
||||
dest="{{ item }}"
|
||||
owner=fedmsg
|
||||
group=fedmsg
|
||||
|
||||
Reference in New Issue
Block a user