mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +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:
@@ -13,7 +13,7 @@
|
||||
- github2fedmsg
|
||||
|
||||
- name: Make some directories
|
||||
file: dest="{{item}}" mode=0755 state=directory
|
||||
ansible.builtin.file: dest="{{item}}" mode=0755 state=directory
|
||||
with_items:
|
||||
- /etc/github2fedmsg
|
||||
- /usr/share/github2fedmsg
|
||||
|
||||
Reference in New Issue
Block a user