openQA roles: use python2-fedfind not fedfind

I split the package, we don't need the CLI, only the lib.
This commit is contained in:
Adam Williamson 2017-02-18 16:59:52 -08:00
parent cf5f321f56
commit a3d10b591d
2 changed files with 3 additions and 3 deletions

View file

@ -27,11 +27,11 @@
# 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
# note: we need updates-testing until fedfind 3.5.0 goes stable
- name: Install required packages (testing)
dnf: name={{ item }} state=present enablerepo="updates-testing"
with_items:
- fedfind
- python2-fedfind
tags:
- packages

View file

@ -48,7 +48,7 @@
- name: Install required packages
dnf: name={{ item }} state=present
with_items:
- fedfind
- python2-fedfind
- python2-fedmsg-consumers
- python2-requests
- python-resultsdb_api