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
|
||||
- name: Install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- python-bugzilla
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- python-bugzilla
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue