ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package

Replaces many references to  package: with ansible.builtin.package

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-19 13:22:42 +10:00
parent 462176464b
commit 25391e95b7
166 changed files with 286 additions and 286 deletions

View file

@ -1,6 +1,6 @@
---
- name: Install packages
package: state=present name={{ item }}
ansible.builtin.package: state=present name={{ item }}
with_items:
- fedora-messaging
- git