mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Install the messaging packages
|
||||
package: name={{ item }} state=present
|
||||
ansible.builtin.package: name={{ item }} state=present
|
||||
with_items:
|
||||
- fedora-messaging
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user