mbs: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
070c4c34dd
commit
47297a9f60
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue