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:
@@ -2,7 +2,7 @@
|
||||
# Configuration for the mote webapp
|
||||
|
||||
- name: Install needed packages
|
||||
package: name={{ item }} state=present
|
||||
ansible.builtin.package: name={{ item }} state=present
|
||||
with_items:
|
||||
- mote
|
||||
- memcached
|
||||
|
||||
Reference in New Issue
Block a user