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,8 +2,9 @@
# correctly is actually included as part of the fedmsg/base role.
- name: install datanommer packages
package: name="{{ item }}" state=present
with_items:
package:
state: present
name:
- python-datanommer-consumer
- python-datanommer-models
- python-psycopg2

View file

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

View file

@ -1,7 +1,8 @@
- name: install package for fedmsg-irc
package: name={{ item }} state=present
tags:
package:
state: present
name:
- packages
- fedmsg/irc
with_items: