fedmsg: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6f4d41d150
commit
918c33bb31
3 changed files with 18 additions and 15 deletions
|
@ -2,13 +2,14 @@
|
||||||
# correctly is actually included as part of the fedmsg/base role.
|
# correctly is actually included as part of the fedmsg/base role.
|
||||||
|
|
||||||
- name: install datanommer packages
|
- name: install datanommer packages
|
||||||
package: name="{{ item }}" state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- python-datanommer-consumer
|
name:
|
||||||
- python-datanommer-models
|
- python-datanommer-consumer
|
||||||
- python-psycopg2
|
- python-datanommer-models
|
||||||
- datanommer-commands
|
- python-psycopg2
|
||||||
tags:
|
- datanommer-commands
|
||||||
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- datanommer
|
- datanommer
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
# Tasks to set up fedmsg-gateway-slave
|
# Tasks to set up fedmsg-gateway-slave
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- fedmsg-gateway
|
name:
|
||||||
- stunnel
|
- fedmsg-gateway
|
||||||
|
- stunnel
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- fedmsg/gateway
|
- fedmsg/gateway
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
|
||||||
- name: install package for fedmsg-irc
|
- name: install package for fedmsg-irc
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
tags:
|
state: present
|
||||||
- packages
|
name:
|
||||||
- fedmsg/irc
|
- packages
|
||||||
|
- fedmsg/irc
|
||||||
with_items:
|
with_items:
|
||||||
- fedmsg-irc
|
- fedmsg-irc
|
||||||
- python2-fedmsg-meta-fedora-infrastructure
|
- python2-fedmsg-meta-fedora-infrastructure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue