From a3d10b591db8f1a52e6ee9a4b6abd56df0ac3fe9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 18 Feb 2017 16:59:52 -0800 Subject: [PATCH] openQA roles: use python2-fedfind not fedfind I split the package, we don't need the CLI, only the lib. --- roles/check-compose/tasks/main.yml | 4 ++-- roles/openqa/dispatcher/tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index 7c8e52b8bd..4c7db6a8ab 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -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 diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index 1a3fc0de22..9c0d1c4f78 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -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