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 # Common configuration for the Module Build Service (MBS) pieces
- name: install needed packages - name: install needed packages
package: name={{ item }} state=present package:
with_items: state: present
- module-build-service name:
- python-psycopg2 - module-build-service
- libsemanage-python - python-psycopg2
- python-memcached - libsemanage-python
- python-memcached
notify: notify:
- restart apache - restart apache
- restart fedmsg-hub - restart fedmsg-hub