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:
parent
462176464b
commit
25391e95b7
166 changed files with 286 additions and 286 deletions
|
@ -2,7 +2,7 @@
|
|||
# Setup a fedmsg-hub
|
||||
|
||||
- name: Install needed packages
|
||||
package: name={{ item }} state=present
|
||||
ansible.builtin.package: name={{ item }} state=present
|
||||
with_items:
|
||||
- python-moksha-hub
|
||||
- python-bugzilla2fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue