mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bz_review_report: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
6fd793feac
commit
070c4c34dd
@@ -3,9 +3,10 @@
|
||||
|
||||
## Install packages
|
||||
- name: Install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- python-bugzilla
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- python-bugzilla
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user