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,8 +2,9 @@
# 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
name:
- module-build-service - module-build-service
- python-psycopg2 - python-psycopg2
- libsemanage-python - libsemanage-python