mbs: 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:29:22 +01:00 committed by Pierre-Yves Chibon
parent 070c4c34dd
commit 47297a9f60

View file

@ -2,12 +2,13 @@
# Common configuration for the Module Build Service (MBS) pieces
- name: install needed packages
package: name={{ item }} state=present
with_items:
- module-build-service
- python-psycopg2
- libsemanage-python
- python-memcached
package:
state: present
name:
- module-build-service
- python-psycopg2
- libsemanage-python
- python-memcached
notify:
- restart apache
- restart fedmsg-hub