bz_review_report: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6fd793feac
commit
070c4c34dd
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue