bz_review_report: update package command to not use items

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-06-11 16:27:42 +01:00 committed by Pierre-Yves Chibon
parent 6fd793feac
commit 070c4c34dd

View file

@ -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