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. # 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
name:
- python-datanommer-consumer - python-datanommer-consumer
- python-datanommer-models - python-datanommer-models
- python-psycopg2 - python-psycopg2

View file

@ -2,8 +2,9 @@
# 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
name:
- fedmsg-gateway - fedmsg-gateway
- stunnel - stunnel
tags: tags:

View file

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