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. # 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

View file

@ -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

View file

@ -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