fedimg: 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:08:10 +01:00 committed by Pierre-Yves Chibon
parent bea0057eac
commit 6f4d41d150

View file

@ -2,8 +2,9 @@
# Configuration for the notifications consumer # Configuration for the notifications consumer
- name: install needed packages - name: install needed packages
package: name={{ item }} state=present package:
with_items: state: present
name:
- koji - koji
- fedmsg - fedmsg
- python-paramiko - python-paramiko
@ -15,8 +16,9 @@
- fedimg - fedimg
- name: install extra packages in staging - name: install extra packages in staging
package: name={{ item }} state=present package:
with_items: state: present
name:
- euca2ools - euca2ools
tags: tags:
- fedimg - fedimg