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,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue