From ead8042cfd17b2c905f7cf71267daf454d3d15d5 Mon Sep 17 00:00:00 2001 From: clime Date: Sat, 20 Jan 2018 19:13:01 +0100 Subject: [PATCH] copr-frontend: requiring certain versions of a package should be in copr-frontend.spec --- roles/copr/frontend/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 78e9f4dc33..b708a34dd7 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -16,11 +16,6 @@ tags: - packages -- name: ensure python2-flask-whooshee is latest - dnf: state=latest name=python2-flask-whooshee - tags: - - packages - # we install python-alembic because https://bugzilla.redhat.com/show_bug.cgi?id=1536058 - name: install additional pkgs for copr-frontend dnf: state=present pkg={{ item }}