mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03: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,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- po4a
|
||||
- git
|
||||
@@ -19,7 +19,7 @@
|
||||
when: ansible_distribution_major_version|int < 9
|
||||
|
||||
- name: Install packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- po4a
|
||||
- git
|
||||
|
||||
Reference in New Issue
Block a user