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,22 +2,24 @@
|
|||
# Configuration for the notifications consumer
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- koji
|
||||
- fedmsg
|
||||
- python-paramiko
|
||||
- python-fedimg
|
||||
- python-libcloud
|
||||
- python-fedimg
|
||||
- python-boto3
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- koji
|
||||
- fedmsg
|
||||
- python-paramiko
|
||||
- python-fedimg
|
||||
- python-libcloud
|
||||
- python-fedimg
|
||||
- python-boto3
|
||||
tags:
|
||||
- fedimg
|
||||
|
||||
- name: install extra packages in staging
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- euca2ools
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- euca2ools
|
||||
tags:
|
||||
- fedimg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue