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:
parent
cf5f321f56
commit
a3d10b591d
2 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@
|
||||||
# client.conf will be in place (and localhost default would be correct
|
# client.conf will be in place (and localhost default would be correct
|
||||||
# anyhow)
|
# 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)
|
- name: Install required packages (testing)
|
||||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||||
with_items:
|
with_items:
|
||||||
- fedfind
|
- python2-fedfind
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- fedfind
|
- python2-fedfind
|
||||||
- python2-fedmsg-consumers
|
- python2-fedmsg-consumers
|
||||||
- python2-requests
|
- python2-requests
|
||||||
- python-resultsdb_api
|
- python-resultsdb_api
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue