fedmsg: 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:14:23 +01:00 committed by Pierre-Yves Chibon
parent 6f4d41d150
commit 918c33bb31
3 changed files with 18 additions and 15 deletions

View file

@ -2,13 +2,14 @@
# correctly is actually included as part of the fedmsg/base role.
- name: install datanommer packages
package: name="{{ item }}" state=present
with_items:
- python-datanommer-consumer
- python-datanommer-models
- python-psycopg2
- datanommer-commands
tags:
package:
state: present
name:
- python-datanommer-consumer
- python-datanommer-models
- python-psycopg2
- datanommer-commands
tags:
- packages
- datanommer

View file

@ -2,10 +2,11 @@
# Tasks to set up fedmsg-gateway-slave
- name: install needed packages
package: name={{ item }} state=present
with_items:
- fedmsg-gateway
- stunnel
package:
state: present
name:
- fedmsg-gateway
- stunnel
tags:
- packages
- fedmsg/gateway

View file

@ -1,9 +1,10 @@
- name: install package for fedmsg-irc
package: name={{ item }} state=present
tags:
- packages
- fedmsg/irc
package:
state: present
name:
- packages
- fedmsg/irc
with_items:
- fedmsg-irc
- python2-fedmsg-meta-fedora-infrastructure