openqa/check-compose: tweak package installs and sources
we need some from updates-testing for now. also, we need openqa-httpd for the server.
This commit is contained in:
parent
3bb54e2e0d
commit
a8eba01a56
3 changed files with 27 additions and 3 deletions
|
@ -27,10 +27,17 @@
|
|||
# client.conf will be in place (and localhost default would be correct
|
||||
# anyhow)
|
||||
|
||||
# note: we need updates-testing until fedfind/wikitcms 2.x go stable
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
with_items:
|
||||
- fedfind
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install required packages
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- fedfind
|
||||
- python2-fedmsg-consumers
|
||||
- python-setuptools
|
||||
- python-six
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue