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 ## Install packages
- name: Install needed packages - name: Install needed packages
package: name={{ item }} state=present package:
with_items: state: present
- python-bugzilla name:
- python-bugzilla
tags: tags:
- packages - packages