mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59: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:
@@ -19,7 +19,7 @@
|
||||
when: ansible_distribution_major_version|int == 8
|
||||
|
||||
- name: Install needed packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
state: present
|
||||
name:
|
||||
- rabbitmq-server
|
||||
|
||||
Reference in New Issue
Block a user