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 @@
|
|||
# Configuration for the pagure webapp
|
||||
|
||||
- name: Install needed packages
|
||||
package: name={{ item }} state=present
|
||||
ansible.builtin.package: name={{ item }} state=present
|
||||
with_items:
|
||||
- pagure
|
||||
- pagure-ev
|
||||
|
@ -20,7 +20,7 @@
|
|||
- packages
|
||||
|
||||
- name: Install needed packages
|
||||
package: name={{ item }} state=present
|
||||
ansible.builtin.package: name={{ item }} state=present
|
||||
with_items:
|
||||
- pagure-theme-srcfpo
|
||||
tags:
|
||||
|
@ -313,7 +313,7 @@
|
|||
# setup fedora-messaging
|
||||
|
||||
- name: Install fedora-messaging as a dependency
|
||||
package: name={{ item }} state=present
|
||||
ansible.builtin.package: name={{ item }} state=present
|
||||
with_items:
|
||||
- fedora-messaging
|
||||
tags:
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
state=enabled
|
||||
|
||||
- name: Install the needed packages
|
||||
package: name={{item}} state=present
|
||||
ansible.builtin.package: name={{item}} state=present
|
||||
with_items:
|
||||
- git
|
||||
- httpd
|
||||
|
@ -121,7 +121,7 @@
|
|||
# -- Dist Git --------------------------------------------
|
||||
# This is the Git setup itself: group, root directory, scripts,...
|
||||
- name: Install dist-git
|
||||
package: name={{item}} state=present
|
||||
ansible.builtin.package: name={{item}} state=present
|
||||
with_items:
|
||||
- dist-git
|
||||
- dist-git-selinux
|
||||
|
@ -343,7 +343,7 @@
|
|||
- selinux
|
||||
|
||||
- name: Setup grokmirror for repos
|
||||
package: name=python3-grokmirror state=installed
|
||||
ansible.builtin.package: name=python3-grokmirror state=installed
|
||||
tags:
|
||||
- grokmirror
|
||||
- pkgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue