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