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